Greatly simplify PSPP configuration.
[pspp] / tests / bugs / print-crash.sh
index 08f9615f995ef5db0072e1f9d9386430578f6222..0b66ddb19e0738eb8cc5cec7de07254a21f83376 100755 (executable)
@@ -24,6 +24,7 @@ cleanup()
        echo "NOT cleaning $TEMPDIR"
        return ; 
      fi
+     cd /
      rm -rf $TEMPDIR
 }
 
@@ -69,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi