From: Jason Stover Date: Thu, 27 Oct 2005 17:09:13 +0000 (+0000) Subject: Fixed blank-line replacement X-Git-Tag: v0.6.0~1165 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa7f3f6640c0eec450149cf5ccfab15d5391f55;p=pspp-builds.git Fixed blank-line replacement --- diff --git a/tests/stats/descript-basic.sh b/tests/stats/descript-basic.sh index c9e07f2c..094c6cf1 100755 --- a/tests/stats/descript-basic.sh +++ b/tests/stats/descript-basic.sh @@ -76,8 +76,8 @@ $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/descript.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <