From 1e90a10dbc63f7d964ed83db340068ddca7824ad Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 3 Nov 2009 22:06:12 +0100 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ tests/local.at | 4 ++++ 2 files changed, 10 insertions(+) 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 -- 2.47.2