]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Hide `set -m' error message, for zsh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 29 Nov 2008 09:57:00 +0000 (10:57 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 29 Nov 2008 09:57:00 +0000 (10:57 +0100)
* lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
error messages about `set -m'.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autotest/general.m4

index 60471e19df4ab9c47ac8affe7952a38a5396a6bd..2db458df254145c1df3119df9aae61daf5ffb0ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
+       error messages about `set -m'.
+
 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix a couple of test failures with dash.
index 3462cc0d21cf190453de4ff5b64d8b25db305114..a1079c82078c737f9f387417d1e173f2e7a33054 100644 (file)
@@ -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