From f4b04e8323d4c95c3723ca47587742e7175ae75f Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Thu, 27 Oct 2005 18:57:39 +0000 Subject: [PATCH] Fixed blank replacement --- tests/command/autorecod.sh | 4 +--- tests/command/beg-data.sh | 5 +---- tests/command/count.sh | 5 ++--- tests/command/data-list.sh | 7 ++----- tests/command/examine-extremes.sh | 6 ++---- tests/command/examine-percentiles.sh | 15 ++------------- tests/command/examine.sh | 12 ++---------- tests/command/file-label.sh | 17 ++--------------- tests/command/filter.sh | 7 ++----- tests/command/flip.sh | 7 ++----- tests/command/import-export.sh | 4 ++-- tests/command/lag.sh | 5 ++--- tests/command/list.sh | 8 ++------ tests/command/longvars.sh | 8 ++------ tests/command/loop.sh | 6 +++--- tests/command/match-files.sh | 2 +- tests/command/no_case_size.sh | 4 +--- tests/command/oneway.sh | 10 ++-------- tests/command/print.sh | 13 ++----------- tests/command/rename.sh | 7 ++----- tests/command/sample.sh | 2 +- tests/command/split-file.sh | 7 ++----- tests/command/sysfile-info.sh | 5 +---- tests/command/sysfiles-old.sh | 5 ++--- tests/command/sysfiles.sh | 5 ++--- tests/command/t-test-1-indep-val.sh | 6 ++---- tests/command/t-test-1s.sh | 6 ++---- tests/command/t-test-pairs.sh | 7 ++----- tests/command/trimmed-mean.sh | 7 ++----- tests/command/use.sh | 4 ++-- tests/command/weight.sh | 7 ++----- 31 files changed, 57 insertions(+), 156 deletions(-) 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 - <