Skip to content

Commit 0218c8d

Browse files
authored
Merge pull request #4212 from diegonc/t/fix-test-on-gnuhurd
tests: fix non-regular file test on GNU/Hurd
2 parents 2d8710c + 4a4786b commit 0218c8d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/playTests.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ isTerminal=${isTerminal:-$detectedTerminal}
109109

110110
isWindows=false
111111
INTOVOID="/dev/null"
112-
case "$UNAME" in
113-
GNU) DEVDEVICE="/dev/random" ;;
114-
*) DEVDEVICE="/dev/zero" ;;
115-
esac
112+
DEVDEVICE="/dev/zero"
116113
case "$OS" in
117114
Windows*)
118115
isWindows=true

0 commit comments

Comments
 (0)