diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-09 08:24:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-09 08:24:37 +0000 |
commit | ff7f318ae13493351ec56e073a32df702cfc0356 (patch) | |
tree | c8fba6e89d0017d92437cb253afeca57df7bed80 /tests | |
parent | aa4f6c56c7ba148f11dfabdde43681cbaceba738 (diff) | |
download | coreutils-ff7f318ae13493351ec56e073a32df702cfc0356.tar.xz |
Remove use of --seed=S.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/sort-rand | 2 |
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 :-) |