Committed patch #5524, which allows the message destination to be
[pspp] / tests / command / missing-values.sh
index 56edebece98b56d2476a3f9224c79a3b8affc3a2..ecef99df83deb6f2f993daf8cffd4527c2074ac2 100755 (executable)
@@ -109,7 +109,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode $TEMPDIR/missing-values.stat > $TEMPDIR/errs
+$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat 
 # Note   vv   --- there are errors in input.  Therefore, the  command must FAIL
 if [ $? -eq 0 ] ; then fail ; fi