From faae41a3ef788bfb4718449960b54ad83953e570 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Feb 2000 14:04:40 +0000 Subject: tell user that we're about to sleep --- tests/touch/empty-file | 2 ++ tests/touch/no-rights | 1 + 2 files changed, 3 insertions(+) (limited to 'tests/touch') diff --git a/tests/touch/empty-file b/tests/touch/empty-file index f6a8f1cf1..6e478a97f 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-file @@ -34,6 +34,7 @@ if test $framework_failure = 1; then exit 1 fi +echo sleeping for $SLEEP_SECONDS seconds... sleep $SLEEP_SECONDS for d in $TOUCH_DIR_LIST; do touch $d/a || fail=1 @@ -41,6 +42,7 @@ for d in $TOUCH_DIR_LIST; do test "$*" = "x $d/a $d/b" || fail=1 done +echo sleeping for $SLEEP_SECONDS seconds... sleep $SLEEP_SECONDS for d in $TOUCH_DIR_LIST; do touch $d/b 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 -- cgit v1.2.3-70-g09d2