From: Jason Stover Date: Thu, 27 Oct 2005 18:57:39 +0000 (+0000) Subject: Fixed blank replacement X-Git-Tag: v0.6.0~1161 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b04e8323d4c95c3723ca47587742e7175ae75f;p=pspp-builds.git Fixed blank replacement --- diff --git a/tests/command/autorecod.sh b/tests/command/autorecod.sh index 2ebdc6c7..b9f6e50d 100755 --- a/tests/command/autorecod.sh +++ b/tests/command/autorecod.sh @@ -82,7 +82,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="test output" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <=1.514|11|9.00| 3.821| 1.152# #===========#==#====#==============#========# - 2.2 T-TEST. Independent Samples Test #==============================#=========#===============================================================================# # #Levene's | t-test for Equality of Means # diff --git a/tests/command/t-test-1s.sh b/tests/command/t-test-1s.sh index 488cf20a..77bf4bc6 100755 --- a/tests/command/t-test-1s.sh +++ b/tests/command/t-test-1s.sh @@ -70,8 +70,8 @@ $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <