summaryrefslogtreecommitdiff
path: root/t/extra-dist-wildcards-gnu.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/extra-dist-wildcards-gnu.sh')
-rw-r--r--t/extra-dist-wildcards-gnu.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/t/extra-dist-wildcards-gnu.sh b/t/extra-dist-wildcards-gnu.sh
index 8f480b71a..28597e65c 100644
--- a/t/extra-dist-wildcards-gnu.sh
+++ b/t/extra-dist-wildcards-gnu.sh
@@ -17,14 +17,11 @@
# Check for more complex usage of wildcards in EXTRA_DIST.
# Suggested by observations from Braden McDaniel.
-required=GNUmake
. test-init.sh
echo AC_OUTPUT >> configure.ac
cat > Makefile.am <<'END'
-AUTOMAKE_OPTIONS = -Wno-portability
-
EXTRA_DIST = $(wildcard [!c-z].t d.t [ab].dir foo.* *zardoz*)
.PHONY: prereq
@@ -47,7 +44,7 @@ prereq:
.PHONY: test
test: distdir
- ls -l $(distdir) $(distdir)/*.dir ;: For debugging.
+ ls -l $(distdir) $(distdir)/*.dir # For debugging.
diff a.t $(distdir)/a.t
diff b.t $(distdir)/b.t
test ! -r $(distdir)/c.t
@@ -63,7 +60,7 @@ test: distdir
test ! -r $(distdir)/foo
diff _zardoz_ $(distdir)/_zardoz_
check-local:
- ls -l . *.dir ;: For debugging.
+ ls -l $(srcdir) $(srcdir)/*.dir # For debugging.
test -f $(srcdir)/a.t
test -f $(srcdir)/b.t
test ! -r $(srcdir)/c.t