fixed typo
[pspp-builds.git] / tests / bugs / print-crash.sh
index d362ede1dd63ed20795d2691e218db21e5ee4101..ba1630f5b69c0d1cee7264dcb2d748b3876107b9 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 -o raw-ascii -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi