(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / expressions / variables.sh
index b9da30fb0b9489e98cedf016906bd8f3ae107d3b..8ffe3c8d87bebd533d39f84d1435d7744ed83ccb 100755 (executable)
@@ -97,7 +97,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/variables.stat > $TEMPDIR/variables.err 2> $TEMPDIR/variables.out
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/variables.stat > $TEMPDIR/variables.err 2> $TEMPDIR/variables.out
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare results"