diff options
Diffstat (limited to 'tests/tail-2/assert')
-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 |