summaryrefslogtreecommitdiff
path: root/tests/misc/shuf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/shuf')
-rwxr-xr-xtests/misc/shuf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/shuf b/tests/misc/shuf
index 3013aaecc..a79441419 100755
--- a/tests/misc/shuf
+++ b/tests/misc/shuf
@@ -25,7 +25,6 @@ fi
seq 100 > in || framework_failure
-fail=0
shuf in >out || fail=1
# Fail if the input is the same as the output.