* bugs/compression.sh: Don't fail on big-endian system. Partial
[pspp-builds.git] / tests / bugs / data-crash.sh
index 315555237efe7d7c1bafa418a943ed54bbc88e29..1cf5d794501c53dd93ffd33b2058c27ebb35ef56 100755 (executable)
@@ -63,8 +63,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #This must fail
 activity="run program"
-$SUPERVISOR $PSPP $TEMPDIR/ct.stat > /dev/null
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TEMPDIR/ct.stat 
 if [ $? -ne 1 ] ; then fail ; fi
 
-
 pass;