Committed patch #5524, which allows the message destination to be
[pspp] / tests / bugs / big-input.sh
index bcafa788870fac581ffdc86cf715a8192351d64e..10f31e2f604b1af4f1e323d60ffa6c3f1b592d3b 100755 (executable)
@@ -71,7 +71,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/foo.sps > /dev/null
+$SUPERVISOR $PSPP -o raw-ascii -e /dev/null $TEMPDIR/foo.sps 
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass;