From f19880566340ff54f7d66df25a3a235ddee86bed Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 5 Jun 2011 21:44:53 +0200 Subject: [PATCH] tests: fix typo-related error in auxdir2.test * tests/auxdir2.test (configure.in): Close m4 quoting in the argument to AC_CONFIG_AUX_DIR. Without this, aclocal fails with "ERROR: end of file in string". This problem hasn't been exposed by the testsuite before because this test is in XFAIL_TESTS, so its failure went unnoticed, even if it was due to a wrong cause. Bug introduced in commit v1.11-249-g49ac3de. --- ChangeLog | 10 ++++++++++ tests/auxdir2.test | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f18c0ff..9db3832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-06-05 Stefano Lattarini + + tests: fix typo-related error in auxdir2.test + * tests/auxdir2.test (configure.in): Close m4 quoting in the + argument to AC_CONFIG_AUX_DIR. Without this, aclocal fails with + "ERROR: end of file in string". This problem hasn't been exposed + by the testsuite before because this test is in XFAIL_TESTS, so + its failure went unnoticed, even if it was due to a wrong cause. + Bug introduced in commit v1.11-249-g49ac3de. + 2010-12-15 Stefano Lattarini Extended tests on AC_CONFIG_AUX_DIR. diff --git a/tests/auxdir2.test b/tests/auxdir2.test index 430abad..8273289 100755 --- a/tests/auxdir2.test +++ b/tests/auxdir2.test @@ -23,7 +23,7 @@ set -e cat > configure.in <