(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / curtailed.sh
index 86acddf5c92c094758753d671472c2ce83115ece..9c46e9ffcdba3b1e418c37e0ed27120e78b0507a 100755 (executable)
@@ -70,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #This must fail
 activity="run program"
-$SUPERVISOR $PSPP -e /dev/null $TESTFILE
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE
 if [ $? -ne 1 ] ; then fail ; fi