]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Tell the user just before sleeping for 7 seconds.
authorJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 16:01:43 +0000 (16:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 16:01:43 +0000 (16:01 +0000)
tests/tail-2/assert

index 2d56a6c3df4e03380e7f9ff838774100f026c72e..49e62c40e2c6d96c8bc6b740caad635f5f65cf42 100755 (executable)
@@ -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