(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / command / tabs.sh
index d93fd17897e37fff7cb4451f5ecdcb70c9e5f8cf..c6d968b1884b0c5269c921cf5a2cb2006671a7e6 100755 (executable)
@@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/tabs.stat
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/tabs.stat
 if [ $? -ne 0 ] ; then no_result ; fi