From 2dde9d5abaade164329bf698aa938f1a5b0526d1 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Tue, 8 May 2018 11:06:01 -0700 Subject: [PATCH] Write to /dev/random for test --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2