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


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

Index: pspp/tests/command/rename.sh
diff -u pspp/tests/command/rename.sh:1.5 pspp/tests/command/rename.sh:1.6
--- pspp/tests/command/rename.sh:1.5    Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/rename.sh        Thu Oct 27 18:57:39 2005
@@ -78,8 +78,8 @@
 if [ $? -eq 0 ] ; then fail ; 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|
@@ -87,21 +87,18 @@
 |brakeFluid|F8.0  |
 |y         |F8.0  |
 +----------+------+
-
 brakeFluid        y
 ---------- --------
       1.00     3.00 
       2.00     3.00 
       3.00     3.00 
       4.00     3.00 
-
 applecarts        y
 ---------- --------
       1.00     3.00 
       2.00     3.00 
       3.00     3.00 
       4.00     3.00 
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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