1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

Remove use of --seed=S.

This commit is contained in:
Jim Meyering
2006-08-09 08:24:37 +00:00
parent aa4f6c56c7
commit ff7f318ae1
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2006-08-09 Jim Meyering <jim@meyering.net>
* tests/misc/sort-rand: Remove use of --seed=S.
2006-08-08 Paul Eggert <eggert@cs.ucla.edu>
Add a command 'shuf', and modify shred and sort to use the new
+1 -1
View File
@@ -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 :-)