FREQUENCIES: Use Freedman-Diaconis formula to choose histogram bin width.
[pspp] / tests / bugs / freq-nolabels.sh
index 68bbd425d226b37867ea127c6f3245a8eba7e8d3..f6c2f002f2fa47c1d0837d6ba2f83edf134bc244 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 $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi