diff --git a/tests/playTests.sh b/tests/playTests.sh index 02649005147..692e93e89e1 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -109,10 +109,7 @@ isTerminal=${isTerminal:-$detectedTerminal} isWindows=false INTOVOID="/dev/null" -case "$UNAME" in - GNU) DEVDEVICE="/dev/random" ;; - *) DEVDEVICE="/dev/zero" ;; -esac +DEVDEVICE="/dev/zero" case "$OS" in Windows*) isWindows=true