From 8b1c1d2907a06d46e46ef1406391eac9501e814a Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Thu, 27 Oct 2005 17:37:41 +0000 Subject: [PATCH] Fixed blank replacement --- tests/stats/descript-mean-bug.sh | 4 ++-- tests/stats/descript-missing.sh | 10 +++------- tests/stats/percentiles-compatible.sh | 5 ++--- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/tests/stats/descript-mean-bug.sh b/tests/stats/descript-mean-bug.sh index 3b7dcb01..9bb2f762 100755 --- a/tests/stats/descript-mean-bug.sh +++ b/tests/stats/descript-mean-bug.sh @@ -71,8 +71,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 - <