From: Jason Stover Date: Thu, 27 Oct 2005 17:24:35 +0000 (+0000) Subject: Fixed blank replacement X-Git-Tag: v0.6.0~1164 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=a3a41c509e850d10e2deffb1de2e0ce4d161627e Fixed blank replacement --- diff --git a/tests/stats/descript-basic.sh b/tests/stats/descript-basic.sh index 094c6cf1..ff1877bc 100755 --- a/tests/stats/descript-basic.sh +++ b/tests/stats/descript-basic.sh @@ -16,7 +16,7 @@ export STAT_CONFIG_PATH cleanup() { cd / - rm -rf $TEMPDIR +# rm -rf $TEMPDIR } @@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <