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


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

Index: pspp/tests/command/sysfiles.sh
diff -u pspp/tests/command/sysfiles.sh:1.6 pspp/tests/command/sysfiles.sh:1.7
--- pspp/tests/command/sysfiles.sh:1.6  Mon Oct 10 22:18:06 2005
+++ pspp/tests/command/sysfiles.sh      Thu Oct 27 18:57:39 2005
@@ -79,8 +79,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
-perl -pi -e 's/^\s*\$//g' $TEMPDIR/pspp.list
-diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
+diff -b  -w $TEMPDIR/pspp.list - << EOF
 variable001 variable002 variable003 variable004
 ----------- ----------- ----------- -----------
        1.00        1.00        1.00        2.00  
@@ -91,7 +91,6 @@
        2.00        1.00        2.00      22.00 
        2.00        2.00        1.00       1.00 
        2.00        2.00        2.00       3.00 
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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