Skip to content

Commit 7d9280f

Browse files
authored
Update test_actions.sh
1 parent dd3c3d5 commit 7d9280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ V_TEST="$HESTIA/test"
77

88
# Define functions
99
random() {
10-
cat /dev/urandom | tr -dc [:num:] | head -c$1
10+
cat /dev/urandom | tr -dc [:digit:] | head -c$1
1111
}
1212

1313
echo_result() {

0 commit comments

Comments
 (0)