summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.in
diff options
context:
space:
mode:
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'