Remove use of --seed=S.
authorJim Meyering <jim@meyering.net>
Wed, 9 Aug 2006 08:24:37 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Aug 2006 08:24:37 +0000 (08:24 +0000)
ChangeLog
tests/misc/sort-rand

index c191e6b..34b4372 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8a515e7..37c19e0 100755 (executable)
@@ -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 :-)