(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / comment-at-eof.sh
index 617659b34ee44e8d382e9be157151fd1a11d0c87..638347482325983ec4e87310b73d36627e0f8853 100755 (executable)
@@ -59,7 +59,7 @@ COMMENT this is a comment at end of file.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/foo.sps
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/foo.sps
 if [ $? -ne 0 ] ; then fail; fi
 
 pass;