We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6179b commit fe273ecCopy full SHA for fe273ec
tests/truncate/00.t
@@ -22,7 +22,7 @@ expect 0 truncate ${n0} 567
22
expect 567 lstat ${n0} size
23
expect 0 unlink ${n0}
24
25
-dd if=/dev/random of=${n0} bs=12345 count=1 >/dev/null 2>&1
+dd if=/dev/urandom of=${n0} bs=12345 count=1 >/dev/null 2>&1
26
expect 0 truncate ${n0} 23456
27
expect 23456 lstat ${n0} size
28
expect 0 truncate ${n0} 1
0 commit comments