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/temp-freq.sh


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

Index: pspp/tests/bugs/temp-freq.sh
diff -u pspp/tests/bugs/temp-freq.sh:1.4 pspp/tests/bugs/temp-freq.sh:1.5
--- pspp/tests/bugs/temp-freq.sh:1.4    Mon Oct 10 22:18:06 2005
+++ pspp/tests/bugs/temp-freq.sh        Thu Oct 27 19:32:56 2005
@@ -75,8 +75,8 @@
 $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
-perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
-diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
+diff -b  -w $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|
@@ -84,7 +84,6 @@
 |SEX     |A1    |
 |X       |F8.0  |
 +--------+------+
-
 2.1 FREQUENCIES.  X: 
 +-----------+--------+---------+--------+--------+--------+
 |           |        |         |        |  Valid |   Cum  |
@@ -97,7 +96,6 @@
 #===========#========#=========#========#========#========#
 |               Total|        4|   100.0|   100.0|        |
 +--------------------+---------+--------+--------+--------+
-
 +---------------+------+
 |N       Valid  |     4|
 |        Missing|     0|
@@ -106,7 +104,6 @@
 |Minimum        |12.000|
 |Maximum        |31.000|
 +---------------+------+
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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