Rewrite PSPP output engine.
[pspp-builds.git] / tests / command / do-if.sh
index 8cb6b824016542a45e54326d9f52091e05a1ce23..b3bbed7fac36d8085367b9fbdd0ac7a71fc73862 100755 (executable)
@@ -112,7 +112,6 @@ $SUPERVISOR $PSPP --testing-mode test1.pspp
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare test1 results"
-perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
 diff -u $TEMPDIR/test1.out $TEMPDIR/test1.expected
 if [ $? -ne 0 ] ; then fail ; fi