(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / val-labs-trailing-slash.sh
index 30c875ff65fae1288327659e586bc73e7790796f..a014aa7feb92fce7432f48a57ade57efe9bdff7c 100755 (executable)
@@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass