]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/misc/date-sec: Output a fixed string.
authorJim Meyering <jim@meyering.net>
Sun, 3 Dec 2006 15:01:41 +0000 (16:01 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 3 Dec 2006 15:01:41 +0000 (16:01 +0100)
ChangeLog
tests/misc/date-sec

index d5704c443c99fc4c0d50327bb518f6f183d60e6f..7fa9809cb6b6a3373e6913536f66d5931623c01f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-12-03  Jim Meyering  <jim@meyering.net>
 
+       * tests/misc/date-sec: Output a fixed string.
+
        * NEWS: du --one-file-system (-x) would skip subdirectories of any
        directory listed as second or subsequent command line argument.
        * tests/du/one-file-system: New file.  Test for today's fts.c fix.
index 222b5cfdce9addd2fbc430db2c49b754a4e63cc9..0ec5f77b7633ed0c4e375eaae2ba7a01d8da5364 100755 (executable)
@@ -56,7 +56,7 @@ case "$s" in
 esac
 
 # If necessary, wait for the system clock to pass the minute mark.
-test $n = 0 || { echo sleeping for $n seconds...; sleep $n; }
+test $n = 0 || { echo sleeping for 1-3 seconds...; sleep $n; }
 
 s=`date --date="21:04 +0100" +%S`
 case "$s" in