Committed patch #5524, which allows the message destination to be
[pspp] / tests / bugs / t-test.sh
index d2c92ecce83ce79bbf1ad39a18178da29897d7db..9fac7dfc8be33dcc76cdc033fcac33105769ae4e 100755 (executable)
@@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #The syntax was invalid.  Therefore pspp must return non zero.
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -o raw-ascii -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi
 
 pass;