Skip to content

Commit

Permalink
Merge pull request #4212 from diegonc/t/fix-test-on-gnuhurd
Browse files Browse the repository at this point in the history
tests: fix non-regular file test on GNU/Hurd
  • Loading branch information
Cyan4973 authored Dec 17, 2024
2 parents 2d8710c + 4a4786b commit 0218c8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/playTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ isTerminal=${isTerminal:-$detectedTerminal}

isWindows=false
INTOVOID="/dev/null"
case "$UNAME" in
GNU) DEVDEVICE="/dev/random" ;;
*) DEVDEVICE="/dev/zero" ;;
esac
DEVDEVICE="/dev/zero"
case "$OS" in
Windows*)
isWindows=true
Expand Down

0 comments on commit 0218c8d

Please sign in to comment.