Merge pull request #1124 from terrelln/playtests-gnu

Write to /dev/random for test
This commit is contained in:
Yann Collet
2018-05-09 09:39:02 -07:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ fi
isWindows=false
INTOVOID="/dev/null"
DEVDEVICE="/dev/zero"
DEVDEVICE="/dev/random"
case "$OS" in
Windows*)
isWindows=true