Fix bug encodig missing value keys in gui
[pspp-builds.git] / tests / bugs / freq-nolabels.sh
index 0076b8cbdb605cb29d8250c685344b5ee91a943f..b5c44b54ace8e19c741c0df1b6f9b7a5e883bef1 100755 (executable)
@@ -27,6 +27,7 @@ cleanup()
        echo "NOT cleaning $TEMPDIR"
        return ; 
      fi
+     cd /
      rm -rf $TEMPDIR
 }
 
@@ -76,7 +77,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