* tests/aclocal-print-acdir.test: Adjust to pass.
+2011-10-20 Jim Meyering <meyering@redhat.com>
+
+ tests: fix aclocal-print-acdir.test
+ * tests/aclocal-print-acdir.test: Adjust to pass.
+
2011-10-19 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: avoid spurious failure of 'uninstall-fail.test' on Cygwin
set -e
$ACLOCAL --print-ac-dir
-test "`$ACLOCAL --print-ac-dir`" = "$top_testsrcdir/m4"
+test "`$ACLOCAL --print-ac-dir`" = "$top_testsrcdir/m4/acdir"
$ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir
test "`$ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir`" = foo
test "`$ACLOCAL --system-acdir /bar --print-ac-dir`" = /bar
$ACLOCAL --automake-acdir /bar --print-ac-dir
-test "`$ACLOCAL --automake-acdir /bar --print-ac-dir`" = "$top_testsrcdir/m4"
+test "`$ACLOCAL --automake-acdir /bar --print-ac-dir`" = \
+ "$top_testsrcdir/m4/acdir"
: