From: Jim Meyering Date: Thu, 6 Jan 2000 16:01:43 +0000 (+0000) Subject: Tell the user just before sleeping for 7 seconds. X-Git-Tag: FILEUTILS-4_0n~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c0752d9bea31096886562da5a7a4ef3cf8354ef;p=thirdparty%2Fcoreutils.git Tell the user just before sleeping for 7 seconds. --- diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 2d56a6c3df..49e62c40e2 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -31,7 +31,7 @@ tail_pid=$! # Arrange for the tail process to die after 12 seconds. (sleep 12; kill $tail_pid) & rm -f foo -# echo sleep 7... +echo sleeping for 7 seconds... sleep 7 echo $ok > f mv f foo