* 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 d5704c4..7fa9809 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 222b5cf..0ec5f77 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