summaryrefslogtreecommitdiff
path: root/tests/touch/no-rights
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/no-rights')
-rwxr-xr-xtests/touch/no-rights1
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