From: Stefano Lattarini Date: Sun, 4 Oct 2009 13:27:49 +0000 (+0200) Subject: Fix recommended way to run test scripts with Zsh X-Git-Tag: v1.11.1~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=674ee2f48686aa67507f9fa6dd67487f8a0e3b93;p=thirdparty%2Fautomake.git Fix recommended way to run test scripts with Zsh * tests/README (Supported shells): Changed the recommended way to run automake's test scripts with Zsh. Now we tell to use the Zsh's command line option `-o no_function_argzero', not `--no-function-argzero', since the latter does not work with versions 3.x of Zsh. --- diff --git a/ChangeLog b/ChangeLog index 6ed8dc93e..f6bd5079b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-10-01 Stefano Lattarini (tiny change) + + Fix recommended way to run automake's test scripts with Zsh. + * tests/README (Supported shells): Changed the recommended way + to run automake's test scripts with Zsh. Now we tell to use + the Zsh's command line option `-o no_function_argzero', not + `--no-function-argzero', since the latter does not work with + versions 3.x of Zsh. + 2009-09-18 Peter Johansson (tiny change) Fix link to "Recursive Make Considered Harmful" paper. diff --git a/tests/README b/tests/README index b264881b3..4068ad6fc 100644 --- a/tests/README +++ b/tests/README @@ -57,7 +57,7 @@ Supported shells no easy workaround. Thus, if you want to run a test script, say foo.test, with Zsh, you *can't* simply do `zsh foo.test', but you *must* resort to: - zsh --no-function-argzero foo.test + zsh -o no_function_argzero foo.test Note that this problem does not occur if zsh is executed through a symlink with a basename of `sh', since in that case it starts