diff options
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index f3a5772..ee594be 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -9,7 +9,7 @@ TESTS = \ %reldir%/exe/ob-buildenv.sh TEST_EXTENSIONS = .sh SH_LOG_DRIVER = \ - $(SHELL) $(top_srcdir)/tests/aux/setup.sh && \ + $(SHELL) $(top_srcdir)/tests/aux/setup.sh "$(top_builddir)/tests" && \ AM_TAP_AWK='$(AWK)' \ TOP_SRCDIR="$(top_srcdir)" \ TOP_BUILDDIR="$(top_builddir)" \ |