summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 01:14:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 01:14:19 (EDT)
commitc589ff445c5a959bb19fefc559fd9042dfb72c8e (patch)
tree7677be66e85bc719fe4bb7f2a038ab83049700c3 /tests/local.mk
parent5ab540bc36ef272b3d9096f204ebad61e6a5c51a (diff)
ob-buildopk, ob-unpacksource, tests: Use ${TAR}
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 3796ca6..b872909 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -31,6 +31,7 @@ SH_LOG_DRIVER = \
OB_BINDIR="$(abs_top_builddir)/src" \
PATH="$(abs_top_builddir)/src:$${PATH}" \
FAKEROOT='$(FAKEROOT)' \
+ TAR='$(TAR)' \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
EXTRA_DIST += \
$(TESTS) \