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/agg-crash-2.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/bugs/agg-crash-2.sh
Date: Thu, 27 Oct 2005 15:32:57 -0400

Index: pspp/tests/bugs/agg-crash-2.sh
diff -u pspp/tests/bugs/agg-crash-2.sh:1.7 pspp/tests/bugs/agg-crash-2.sh:1.8
--- pspp/tests/bugs/agg-crash-2.sh:1.7  Mon Oct 10 22:18:06 2005
+++ pspp/tests/bugs/agg-crash-2.sh      Thu Oct 27 19:32:56 2005
@@ -69,8 +69,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|
@@ -78,7 +78,6 @@
 |X       |F8.2  |
 |Y       |A25   |
 +--------+------+
-
         X                         Y
 --------- -------------------------
     87.34 bar                       




reply via email to

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