(src_data_libdata_a_SOURCES): Add val-type.h, to fix make distcheck.
[pspp-builds.git] / tests / bugs / if_crash.sh
index 4e414eb1642dac15ef211ad96029cff67631b3e1..bda4a73c6c74cbf999e3c6230cf3e48b9144a218 100755 (executable)
@@ -76,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 # So this will have a non zero error status.
 # But it shouldn't crash!
 activity="run_program"
-$SUPERVISOR $PSPP $TESTFILE > /dev/null
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi