diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index d686b66..5c03a37 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -30,4 +30,4 @@ test: $(TESTS) $(TESTS): @printf ' SH tests/%s.sh\n' '$@' - @$(SH) 'tests/$@.sh' + @DESTDIR='$(DESTDIR)' $(SH) 'tests/$@.sh' |