Greatly simplify PSPP configuration.
[pspp] / tests / command / print-strings.sh
index 4e1d98fa9e1852d898eef0b80d62ab7fefb0a58a..b8ac189ee5237b8b86f8ed5aae0de66c98a06021 100755 (executable)
@@ -22,6 +22,7 @@ cleanup()
        echo "NOT cleaning $TEMPDIR"
        return ; 
      fi
+     cd /
      rm -rf $TEMPDIR
 }
 
@@ -78,7 +79,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi