(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / computebug.sh
index cf9e4565545b581d128e3a9310cd3578ce0aeb9d..08077e57a838b7cd56fb2f99636e9384240409d8 100755 (executable)
@@ -60,7 +60,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/computebug.stat
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/computebug.stat
 if [ $? -ne 0 ] ; then no_result ; fi