aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/tail/tail-c.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tail/tail-c.sh b/tests/tail/tail-c.sh
index 9672b9fb6..23cef1ce8 100755
--- a/tests/tail/tail-c.sh
+++ b/tests/tail/tail-c.sh
@@ -55,7 +55,8 @@ if test -r /dev/urandom; then
[12].*) ;; # Older Linux versions timeout
*) fail=1 ;;
esac ;;
- *) fail=1 ;;
+ # GNU/Hurd cannot seek on /dev/urandom.
+ *) test "$(uname)" = GNU || fail=1 ;;
esac ;;
esac
fi