Fix bugs #20493, #20494.
[pspp] / tests / command / aggregate.sh
index b85edba304dc7c32c21c2c4f921833a000b2cb30..3cdd84dbe77a03f27e8cd9f365a33d5fdb230c00 100755 (executable)
@@ -206,7 +206,7 @@ for outfile in scratch active external; do
            if [ $? -ne 0 ] ; then no_result ; fi
            
            activity="run $name.pspp"
-           $SUPERVISOR $PSPP --testing-mode -o raw-ascii $name.pspp >/dev/null 2>&1
+           $SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $name.pspp 
            if [ $? -ne 0 ] ; then no_result ; fi
 
            activity="check $name output"