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/examine-extremes.sh


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

Index: pspp/tests/command/examine-extremes.sh
diff -u pspp/tests/command/examine-extremes.sh:1.7 
pspp/tests/command/examine-extremes.sh:1.8
--- pspp/tests/command/examine-extremes.sh:1.7  Mon Oct 10 20:49:13 2005
+++ pspp/tests/command/examine-extremes.sh      Thu Oct 27 18:57:39 2005
@@ -89,8 +89,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 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 EXAMINE.  Case Processing Summary
 #==#===============================#
 #  #             Cases             #
@@ -101,7 +101,6 @@
 #==#==#=======#=#=======#==#=======#
 #V1#23|   100%|0|     0%|23|   100%#
 #==#==#=======#=#=======#==#=======#
-
 1.2 EXAMINE.  Extreme Values
 #==========#===========#=====#
 #          #Case Number|Value#
@@ -120,7 +119,6 @@
 #         5#          3| 3.00#
 #         6#          5| 4.00#
 #==========#===========#=====#
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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