vestacp-user 5 лет назад
Родитель
Сommit
dd3c3d5f7a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/test.bats

+ 1 - 1
test/test.bats

@@ -6,7 +6,7 @@ load 'test_helper/bats-file/load'
 
 
 function random() {
-    cat /dev/urandom | tr -dc [:num:] | head -c$1
+    cat /dev/urandom | tr -dc [:digit:] | head -c$1
 }
 
 function setup() {