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