* lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
of * vs. ? globbing.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-06-19 Eric Blake <ebb9@byu.net>
+
+ Add comment explaining recent patch.
+ * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
+ of * vs. ? globbing.
+
2008-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
# Wrap up the test suite with summary statistics.
cd "$at_helper_dir"
+# Use ?..???? when the list must remain sorted, the faster * otherwise.
at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'`
at_xfail_list=`for f in */xfail; do echo $f; done | sed '/\*/d; s,/xfail,,'`