]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Write to /dev/random for test 1124/head
authorNick Terrell <terrelln@fb.com>
Tue, 8 May 2018 18:06:01 +0000 (11:06 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 8 May 2018 18:06:01 +0000 (11:06 -0700)
tests/playTests.sh

index 395f23377048e9c9f0e2ab863abe55cf211873a1..c8e27f23358c7e624611df15e06a3c096160b327 100755 (executable)
@@ -56,7 +56,7 @@ fi
 
 isWindows=false
 INTOVOID="/dev/null"
-DEVDEVICE="/dev/zero"
+DEVDEVICE="/dev/random"
 case "$OS" in
   Windows*)
     isWindows=true