Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / oneway.sh
index c55101d5733f8d319c588a2f857fc17eed6cfd53..cb7fb79b1447744ad09b021a13dbfb5ff7f9eff7 100755 (executable)
@@ -93,7 +93,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
 
 diff -c $TEMPDIR/pspp.csv - << EOF