From: Jim Meyering Date: Sun, 3 Dec 2006 15:01:41 +0000 (+0100) Subject: * tests/misc/date-sec: Output a fixed string. X-Git-Tag: COREUTILS-6_7~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e585ffe84a38c00f81e1b7b288d1a9446edaef7;p=thirdparty%2Fcoreutils.git * tests/misc/date-sec: Output a fixed string. --- diff --git a/ChangeLog b/ChangeLog index d5704c443c..7fa9809cb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-12-03 Jim Meyering + * 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. diff --git a/tests/misc/date-sec b/tests/misc/date-sec index 222b5cfdce..0ec5f77b76 100755 --- a/tests/misc/date-sec +++ b/tests/misc/date-sec @@ -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