(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / get.sh
index 024da3f1226a5cee8e88c3c250370e8df80927c5..1ab18044b3cbf9ab9925210768b5772712158d9a 100755 (executable)
@@ -83,7 +83,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi