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/loop.sh


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

Index: pspp/tests/command/loop.sh
diff -u pspp/tests/command/loop.sh:1.9 pspp/tests/command/loop.sh:1.10
--- pspp/tests/command/loop.sh:1.9      Mon Oct 10 21:03:28 2005
+++ pspp/tests/command/loop.sh  Thu Oct 27 18:57:39 2005
@@ -71,14 +71,14 @@
 
 activity="compare stdout"
 perl -pi -e 's/^\s*$//g' $TEMPDIR/stdout
-diff -b $TEMPDIR/stdout  - <<EOF |perl -e 's/^\s*$//g'
+diff -b $TEMPDIR/stdout  - <<EOF
 $TEMPDIR/loop.stat:10: warning: BREAK: BREAK not enclosed in DO IF structure.
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare results"
-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 1 record from the command file.
 +----------+------+-------+------+
 | Variable |Record|Columns|Format|




reply via email to

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