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


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

Index: pspp/tests/command/filter.sh
diff -u pspp/tests/command/filter.sh:1.8 pspp/tests/command/filter.sh:1.9
--- pspp/tests/command/filter.sh:1.8    Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/filter.sh        Thu Oct 27 18:57:39 2005
@@ -83,8 +83,8 @@
 
 
 activity="check 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
  X FILTER_$
 -- --------
  1     1.00 
@@ -92,7 +92,6 @@
  5     1.00 
  7     1.00 
  9     1.00 
-
  X FILTER_$
 -- --------
  1     1.00 
@@ -105,7 +104,6 @@
  8      .00 
  9     1.00 
 10      .00 
-
  X FILTER_$
 -- --------
  2     1.00 
@@ -113,7 +111,6 @@
  6     1.00 
  8     1.00 
 10     1.00 
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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