Fix bug encodig missing value keys in gui
[pspp-builds.git] / tests / command / n_of_cases.sh
index 472a345734c7e4c1e3b44108d709e3ea49b6d112..547135559f13de4dc1b815d9cbcdbda13ca6eced 100755 (executable)
@@ -27,6 +27,7 @@ cleanup()
        echo "NOT cleaning $TEMPDIR"
        return ; 
      fi
+     cd /
      rm -rf $TEMPDIR
 }
 
@@ -75,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi