(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / formats / float-format.sh
index 60861b51a7484b6eb309ddd14d57aa1539bc6d07..b146d18993292329edf39287d9f8eeee3a7994bf 100755 (executable)
@@ -145,7 +145,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TEMPDIR/float-format.pspp
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/float-format.pspp
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass