pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/tests/bugs/t-test-alpha.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/bugs/t-test-alpha.sh
Date: Thu, 27 Oct 2005 15:33:06 -0400

Index: pspp/tests/bugs/t-test-alpha.sh
diff -u pspp/tests/bugs/t-test-alpha.sh:1.7 pspp/tests/bugs/t-test-alpha.sh:1.8
--- pspp/tests/bugs/t-test-alpha.sh:1.7 Mon Oct 10 22:18:06 2005
+++ pspp/tests/bugs/t-test-alpha.sh     Thu Oct 27 19:32:56 2005
@@ -78,8 +78,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|
@@ -89,7 +89,6 @@
 |DEP1    |F8.0  |
 |DEP2    |F8.0  |
 +--------+------+
-
 2.1 T-TEST.  Group Statistics
 #==========#=#====#==============#========#
 #     INDEP|N|Mean|Std. Deviation|SE. Mean#
@@ -99,7 +98,6 @@
 #DEP2 a    |5|4.00|          .707|    .316#
 #     b    |5|2.00|          .707|    .316#
 #==========#=#====#==============#========#
-
 2.2 T-TEST.  Independent Samples Test
 
#===============================#==========#===============================================================================#
 #                               # Levene's |                          t-test 
for Equality of Means                         #




reply via email to

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