From 971da27132cc5662fe8349c906b252e720f5c0bb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Nov 1999 09:03:57 +0000 Subject: [PATCH] comment out echo stmts --- tests/tail-2/assert | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 622069c..2d56a6c 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -12,7 +12,7 @@ fi tmp=tail-assert.$$ pwd=`pwd` -trap "cd $pwd; rm -rf $dir" 0 1 2 3 15 +trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15 test_failure=0 mkdir $tmp || test_failure=1 @@ -31,12 +31,12 @@ tail_pid=$! # Arrange for the tail process to die after 12 seconds. (sleep 12; kill $tail_pid) & rm -f foo -echo sleep 7... +# echo sleep 7... sleep 7 echo $ok > f mv f foo -echo waiting.... +# echo waiting.... wait case "`cat err`" in -- 2.7.4