summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-06 16:01:43 +0000
committerJim Meyering <jim@meyering.net>2000-01-06 16:01:43 +0000
commit8c0752d9bea31096886562da5a7a4ef3cf8354ef (patch)
tree4dee3de9634784fd165555a9ab2a0e042f85d287 /tests
parentd9b2187a8c741084c679ca22243550f2c3b8d0fd (diff)
downloadcoreutils-8c0752d9bea31096886562da5a7a4ef3cf8354ef.tar.xz
Tell the user just before sleeping for 7 seconds.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tail-2/assert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert
index 2d56a6c3d..49e62c40e 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