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
|
isWindows=false
|
||||||
INTOVOID="/dev/null"
|
INTOVOID="/dev/null"
|
||||||
case "$UNAME" in
|
case "$UNAME" in
|
||||||
OpenBSD) DEVDEVICE="/dev/zero" ;;
|
GNU) DEVDEVICE="/dev/random" ;;
|
||||||
*) DEVDEVICE="/dev/random" ;;
|
*) DEVDEVICE="/dev/zero" ;;
|
||||||
esac
|
esac
|
||||||
case "$OS" in
|
case "$OS" in
|
||||||
Windows*)
|
Windows*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user