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:
@@ -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
|
||||
|
||||
@@ -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 :-)
|
||||
|
||||
Reference in New Issue
Block a user