Clean up output subsystem.
[pspp-builds.git] / tests / bugs / examine-missing.sh
index 711d9685e0506597e530dc3c1b4ca336be8b0fdc..31164d9b96dfa7307bf1d0dde07ef8ad459555d4 100755 (executable)
@@ -70,7 +70,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -o raw-ascii $TESTFILE > /dev/null 2>&1
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass;