summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-15 15:49:41 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-15 15:49:41 (EDT)
commitbba9fadf54e0def06c293054a0c7095c1ad7d02e (patch)
tree393d96856145ddcf417a8fb449c2d764919343c9 /Makefile.in
parent2023186b470cf9fd29845756c2b2bfd91632eddb (diff)
Fix tests file names for distribution.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ea9c62..b95312d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -239,7 +239,7 @@ test: all
@cd '$(srcdir)/tests'; \
all=0; failed=0; \
for test in $(tests); do \
- out="$$($(sh) "$(srcdir)/$${test}.sh" 2>&1)"; \
+ out="$$($(sh) "$(srcdir)/$${test}" 2>&1)"; \
if [ $${?} -eq 0 ]; then \
printf 'PASS: %s\n' "$${test}"; \
else \