From: Ralf Wildenhues Date: Tue, 3 Nov 2009 21:06:12 +0000 (+0100) Subject: Fix testsuite failures with SHELL=zsh. X-Git-Tag: v2.65~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e90a10dbc63f7d964ed83db340068ddca7824ad;p=thirdparty%2Fautoconf.git Fix testsuite failures with SHELL=zsh. * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when comparing configure variables. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b6788bdb..639e6942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-03 Ralf Wildenhues + + Fix testsuite failures with SHELL=zsh. + * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when + comparing configure variables. + 2009-11-03 Eric Blake and Ralf Wildenhues diff --git a/tests/local.at b/tests/local.at index 53c1d6fb..37ed3ea3 100644 --- a/tests/local.at +++ b/tests/local.at @@ -336,6 +336,8 @@ fi # - RANDOM [zsh] # - SECONDS [zsh] # - '$' [zsh] +# - argv [zsh] +# - ARGC [zsh] # # Furthermore, it is okay for a non-cache variable initialized to empty in one # run to be unset in another run. This happens when, for example, cache update @@ -358,6 +360,8 @@ do /^RANDOM=/ d /^SECONDS=/ d /'\'\\\$\''=/ d + /^argv=/ d + /^ARGC=/ d ' $act_file >at_config_vars-$act_file done AT_CMP([at_config_vars-$1], [at_config_vars-$2])[]dnl