diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-02 14:04:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-02 14:04:40 +0000 |
commit | faae41a3ef788bfb4718449960b54ad83953e570 (patch) | |
tree | 79d39e410885b10f20b5843c9b110ba2acaa049c /tests/touch/no-rights | |
parent | 177daedd5eb60fb77f27d6c9929cd7b21bfc91b0 (diff) | |
download | coreutils-faae41a3ef788bfb4718449960b54ad83953e570.tar.xz |
tell user that we're about to sleep
Diffstat (limited to 'tests/touch/no-rights')
-rwxr-xr-x | tests/touch/no-rights | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/touch/no-rights b/tests/touch/no-rights index facc7acd2..2babd6814 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -16,6 +16,7 @@ rm -rf $t1 $t2 : > $t1 # Make sure $t2 is two seconds newer than $t1. +echo sleeping for $SLEEP_SECONDS seconds... sleep $SLEEP_SECONDS : > $t2 fail=0 |