diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-03 16:01:41 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-03 16:01:41 +0100 |
commit | 5e585ffe84a38c00f81e1b7b288d1a9446edaef7 (patch) | |
tree | c5c51a20246bc4ec1078b48e9ef5f031434062c1 /tests | |
parent | 370370c8e482130672477b0c449ab8bb3937ccfa (diff) | |
download | coreutils-5e585ffe84a38c00f81e1b7b288d1a9446edaef7.tar.xz |
* tests/misc/date-sec: Output a fixed string.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/date-sec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/date-sec b/tests/misc/date-sec index 222b5cfdc..0ec5f77b7 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 |