We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68492eb commit dd3c3d5Copy full SHA for dd3c3d5
test/test.bats
@@ -6,7 +6,7 @@ load 'test_helper/bats-file/load'
6
7
8
function random() {
9
- cat /dev/urandom | tr -dc [:num:] | head -c$1
+ cat /dev/urandom | tr -dc [:digit:] | head -c$1
10
}
11
12
function setup() {
0 commit comments