Committed patch #5524, which allows the message destination to be
[pspp-builds.git] / tests / bugs / if_crash.sh
index 4e414eb1642dac15ef211ad96029cff67631b3e1..ef059e955b3ab56c3310bbef03a9a74e6d448b7c 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 -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi