pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/bugs/t-test-with-temp.sh


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/tests/bugs/t-test-with-temp.sh
Date: Mon, 10 Oct 2005 18:18:15 -0400

Index: pspp/tests/bugs/t-test-with-temp.sh
diff -u pspp/tests/bugs/t-test-with-temp.sh:1.6 
pspp/tests/bugs/t-test-with-temp.sh:1.7
--- pspp/tests/bugs/t-test-with-temp.sh:1.6     Sun Jul 31 04:55:58 2005
+++ pspp/tests/bugs/t-test-with-temp.sh Mon Oct 10 22:18:06 2005
@@ -95,7 +95,8 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
-diff -B -b $TEMPDIR/pspp.list $TEMPDIR/first.list
+perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list $TEMPDIR/first.list
+diff -b $TEMPDIR/pspp.list $TEMPDIR/first.list
 if [ $? -ne 0 ] ; then fail ; fi
 
 




reply via email to

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