From 8c0752d9bea31096886562da5a7a4ef3cf8354ef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Jan 2000 16:01:43 +0000 Subject: [PATCH] Tell the user just before sleeping for 7 seconds. --- tests/tail-2/assert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3