summaryrefslogtreecommitdiff
path: root/t/test-driver-is-distributed.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-driver-is-distributed.sh')
-rw-r--r--t/test-driver-is-distributed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-driver-is-distributed.sh b/t/test-driver-is-distributed.sh
index 79a42d849..0f795096c 100644
--- a/t/test-driver-is-distributed.sh
+++ b/t/test-driver-is-distributed.sh
@@ -46,14 +46,14 @@ END
SUBDIRS = tests
check-local: test-top
test-top: distdir
- ls -l \$(distdir) \$(distdir)/* ;: For debugging.
+ ls -l \$(distdir) \$(distdir)/* # For debugging.
test -f \$(distdir)/$test_driver
.PHONY: test-top
END
unindent > tests/Makefile.am << END
check-local: test-sub
test-sub:
- echo ' ' \$(DIST_COMMON) ' ' | grep '[ /]$test_driver '
+ echo ' ' \$(am.dist.common-files) ' ' | grep '[ /]$test_driver '
TESTS = foo.test
EXTRA_DIST = \$(TESTS)
END