pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/t-test-1s.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/command/t-test-1s.sh
Date: Thu, 27 Oct 2005 14:57:58 -0400

Index: pspp/tests/command/t-test-1s.sh
diff -u pspp/tests/command/t-test-1s.sh:1.8 pspp/tests/command/t-test-1s.sh:1.9
--- pspp/tests/command/t-test-1s.sh:1.8 Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/t-test-1s.sh     Thu Oct 27 18:57:39 2005
@@ -70,8 +70,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
-perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
-diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
+diff  -b $TEMPDIR/pspp.list - <<EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|
@@ -79,14 +79,12 @@
 |ID      |F8.0  |
 |ABC     |F8.0  |
 +--------+------+
-
 2.1 T-TEST.  One-Sample Statistics
 #===#=#====#==============#========#
 #   #N|Mean|Std. Deviation|SE. Mean#
 #===#=#====#==============#========#
 #ABC#6|3.00|           .84|    .342#
 #===#=#====#==============#========#
-
 2.2 T-TEST.  One-Sample Test
 #===#=====================================================#
 #   #                Test Value = 2.000000                #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]