Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / recode-copy-bug.sh
index e0a18b8ff6a4d28cb13c674b756b5bf7ce4b8a9c..6e6ac06eb3b9b266e7650623b23251fde5daf028 100755 (executable)
@@ -97,7 +97,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program 1"
-$SUPERVISOR $PSPP --testing-mode recode-copy-bug-1.stat
+$SUPERVISOR $PSPP -o pspp.csv recode-copy-bug-1.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output 1"
@@ -119,7 +119,7 @@ if [ $? -ne 0 ] ; then fail ; fi
 
 
 activity="run program 2"
-$SUPERVISOR $PSPP --testing-mode recode-copy-bug-2.stat
+$SUPERVISOR $PSPP -o pspp.csv recode-copy-bug-2.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output 2"