summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-09 08:24:37 +0000
committerJim Meyering <jim@meyering.net>2006-08-09 08:24:37 +0000
commitff7f318ae13493351ec56e073a32df702cfc0356 (patch)
treec8fba6e89d0017d92437cb253afeca57df7bed80 /tests
parentaa4f6c56c7ba148f11dfabdde43681cbaceba738 (diff)
downloadcoreutils-ff7f318ae13493351ec56e073a32df702cfc0356.tar.xz
Remove use of --seed=S.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/sort-rand2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-rand b/tests/misc/sort-rand
index 8a515e732..37c19e0ab 100755
--- a/tests/misc/sort-rand
+++ b/tests/misc/sort-rand
@@ -23,7 +23,7 @@ fi
fail=0
-sort --seed=$$ --random-sort in > out || fail=1
+sort --random-sort in > out || fail=1
# Fail if the input is the same as the output.
# This is a probabilistic test :-)