Skip to content

Commit dd3c3d5

Browse files
authored
Update test.bats
1 parent 68492eb commit dd3c3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load 'test_helper/bats-file/load'
66

77

88
function random() {
9-
cat /dev/urandom | tr -dc [:num:] | head -c$1
9+
cat /dev/urandom | tr -dc [:digit:] | head -c$1
1010
}
1111

1212
function setup() {

0 commit comments

Comments
 (0)