From: Nick Terrell Date: Tue, 8 May 2018 18:06:01 +0000 (-0700) Subject: Write to /dev/random for test X-Git-Tag: v1.3.5~3^2~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1124%2Fhead;p=thirdparty%2Fzstd.git Write to /dev/random for test --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 395f23377..c8e27f233 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -56,7 +56,7 @@ fi isWindows=false INTOVOID="/dev/null" -DEVDEVICE="/dev/zero" +DEVDEVICE="/dev/random" case "$OS" in Windows*) isWindows=true