diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-06 16:01:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-06 16:01:43 +0000 |
commit | 8c0752d9bea31096886562da5a7a4ef3cf8354ef (patch) | |
tree | 4dee3de9634784fd165555a9ab2a0e042f85d287 /tests/tail-2 | |
parent | d9b2187a8c741084c679ca22243550f2c3b8d0fd (diff) | |
download | coreutils-8c0752d9bea31096886562da5a7a4ef3cf8354ef.tar.xz |
Tell the user just before sleeping for 7 seconds.
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/assert | 2 |
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 |