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


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

Index: pspp/tests/command/count.sh
diff -u pspp/tests/command/count.sh:1.7 pspp/tests/command/count.sh:1.8
--- pspp/tests/command/count.sh:1.7     Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/count.sh Thu Oct 27 18:57:39 2005
@@ -73,8 +73,8 @@
 
 
 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|
@@ -82,7 +82,6 @@
 |V1      |     1|  1-  2|A2    |
 |V2      |     1|  3-  4|A2    |
 +--------+------+-------+------+
-
 V1 V2        C
 -- -- --------
 12 34      .00 




reply via email to

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