Merge pull request #1235 from ldv-alt/dev
tests: use /dev/zero instead of /dev/random on all systems except GNU/Hurd
This commit is contained in:
commit
aa2415402d
@ -59,8 +59,8 @@ fi
|
||||
isWindows=false
|
||||
INTOVOID="/dev/null"
|
||||
case "$UNAME" in
|
||||
OpenBSD) DEVDEVICE="/dev/zero" ;;
|
||||
*) DEVDEVICE="/dev/random" ;;
|
||||
GNU) DEVDEVICE="/dev/random" ;;
|
||||
*) DEVDEVICE="/dev/zero" ;;
|
||||
esac
|
||||
case "$OS" in
|
||||
Windows*)
|
||||
|
Loading…
Reference in New Issue
Block a user