Greatly simplify PSPP configuration.
[pspp] / tests / command / do-if.sh
index 8cb6b824016542a45e54326d9f52091e05a1ce23..8d2dcdae12e21653ae49bf72d725a1731f8f7795 100755 (executable)
@@ -108,11 +108,10 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run test1"
-$SUPERVISOR $PSPP --testing-mode test1.pspp
+$SUPERVISOR $PSPP -o pspp.csv 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