]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 c191e6b77056932007b5f3532b62381f6cbecbee..34b43724916f98077baec92bfe6d4c7db1674131 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 8a515e7329a05e08ae83ad6dbc7d38ccb20614e8..37c19e0ab38dac9aae13778ea851a23a552b79d8 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 :-)