From: Ralf Wildenhues Date: Sat, 29 Nov 2008 09:57:00 +0000 (+0100) Subject: Hide `set -m' error message, for zsh. X-Git-Tag: v2.63b~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5857d07c984cfd57d83b3794ae833fa205cd4c21;p=thirdparty%2Fautoconf.git Hide `set -m' error message, for zsh. * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4 error messages about `set -m'. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 60471e19d..2db458df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-29 Ralf Wildenhues + + * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4 + error messages about `set -m'. + 2008-11-27 Ralf Wildenhues Fix a couple of test failures with dash. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 3462cc0d2..a1079c820 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -1319,7 +1319,7 @@ dnl cause changed test semantics; e.g., a sleep will be interrupted. dnl Enable job control only for spawning the test group: dnl Let the jobs to run in separate process groups, but dnl avoid all the status output by the shell. - $at_job_control_on + $at_job_control_on 2>/dev/null ( # Start one test group. $at_job_control_off