Fix regression in handling VAR=VALUE arguments to testsuite.
commit372769ca9eb0c5db10aac8173906116b5a260356
authorEric Blake <ebb9@byu.net>
Tue, 29 Jan 2008 05:42:17 +0000 (28 22:42 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 29 Jan 2008 05:49:22 +0000 (28 22:49 -0700)
treef980d70ada919d013acde5891b14094804c7caa0
parenta0d6f350fee9d91382295e89d7cc50dc2a2cfadc
Fix regression in handling VAR=VALUE arguments to testsuite.

* lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
leading = as invalid.  Defer use of command-line variable
assignments...
<PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
regression in sourcing files.
* tests/autotest.at (Using atlocal): New test to catch this.
(Debugging a successful test, Choosing where testsuite is run):
Use correct shell.
Reported by Ralf Wildenhues.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/autotest/general.m4
tests/autotest.at