summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-09 15:21:41 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-09 15:21:41 (EDT)
commitf4b484b1ccfe92a610616ec927a6f63a6ebefc3c (patch)
tree97c62a86e7db8c6ddca92bcef0c8b199e07d4fdc /tests/Makefile.in
parentac2bf338797f6659f0137e1b718cb85e06f53cbd (diff)
Fix paths in tests.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 5c03a37..401cbd8 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -29,5 +29,5 @@ TESTS =
test: $(TESTS)
$(TESTS):
- @printf ' SH tests/%s.sh\n' '$@'
- @DESTDIR='$(DESTDIR)' $(SH) 'tests/$@.sh'
+ @printf ' SH %s.sh\n' '$@'
+ @$(SH) '$@.sh'