Update scripts that invoke Perl to invoke it as simply "perl" if
[pspp-builds.git] / tests / bugs / print-crash.sh
index d362ede1dd63ed20795d2691e218db21e5ee4101..9c1a7677f99f2e078951e5ae533b3061a4f6b51b 100755 (executable)
@@ -68,7 +68,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE > /dev/null
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi