From: Jim Meyering Date: Mon, 22 Nov 1999 09:03:57 +0000 (+0000) Subject: comment out echo stmts X-Git-Tag: FILEUTILS-4_0j~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=971da27132cc5662fe8349c906b252e720f5c0bb;p=thirdparty%2Fcoreutils.git comment out echo stmts --- diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 622069c917..2d56a6c3df 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