summaryrefslogtreecommitdiff
path: root/t/t7609-mergetool--lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7609-mergetool--lib.sh')
-rwxr-xr-xt/t7609-mergetool--lib.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t7609-mergetool--lib.sh b/t/t7609-mergetool--lib.sh
index d848fe6..8b1c3bd 100755
--- a/t/t7609-mergetool--lib.sh
+++ b/t/t7609-mergetool--lib.sh
@@ -4,10 +4,11 @@ test_description='git mergetool
Testing basic merge tools options'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
- . $GIT_BUILD_DIR/mergetools/vimdiff &&
+ . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
run_unit_tests
'