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/data-list.sh


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

Index: pspp/tests/command/data-list.sh
diff -u pspp/tests/command/data-list.sh:1.6 pspp/tests/command/data-list.sh:1.7
--- pspp/tests/command/data-list.sh:1.6 Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/data-list.sh     Thu Oct 27 18:57:39 2005
@@ -106,8 +106,8 @@
 if [ $? -ne 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|
@@ -117,13 +117,11 @@
 |C       |F8.0  |
 |D       |F8.0  |
 +--------+------+
-
        A        B        C        D
 -------- -------- -------- --------
     1.00    23.00    45.00     2.03 
     2.00    22.00    34.00    23.00 
     3.00    34.00    34.00    34.00 
-
        A        B        C        D
 -------- -------- -------- --------
      .       1.00     2.00     3.00 
@@ -132,7 +130,6 @@
      .00     1.00      .        .   
      .        .        .        .   
     2.00     3.00     4.00     5.00 
-
        A        B        C        D
 -------- -------- -------- --------
     1.00     2.00     3.00     4.00 




reply via email to

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