(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / print.sh
index 8d7a6160a1d96ed752a633607aef2594f475cfb9..c5de1e9fe6f40992fc9c8d0d23b4249c0d242464 100755 (executable)
@@ -101,7 +101,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/print.stat 
+$SUPERVISOR $PSPP --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/print.stat 
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare print.out"