summaryrefslogtreecommitdiff
path: root/tests/aclocal.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-11-17 22:13:33 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-11-17 22:13:33 +0000
commitd92fc1e5587aa9d8e374fa7d8508081775338807 (patch)
tree0d9a6dc8342bf0af87406ee0552da84c390add88 /tests/aclocal.test
parente4f1de1eb94823053e742b84769de2d580d28af0 (diff)
downloadautomake-d92fc1e5587aa9d8e374fa7d8508081775338807.tar.gz
* tests/defs.in (testaclocaldir): New variable.
* tests/aclocal.test: Use it to fix the test. Report from Patrick Welche.
Diffstat (limited to 'tests/aclocal.test')
-rwxr-xr-xtests/aclocal.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aclocal.test b/tests/aclocal.test
index c73c82134..a1e22987e 100755
--- a/tests/aclocal.test
+++ b/tests/aclocal.test
@@ -30,4 +30,4 @@ test -f fred
$ACLOCAL --unknown-option 2>stderr && exit 1
grep help stderr
-test "`$ACLOCAL --print-ac-dir`" = "$aclocaldir"
+test "`$ACLOCAL --print-ac-dir`" = "$testaclocaldir"