aboutsummaryrefslogtreecommitdiffstats
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7609-mergetool--lib.sh b/t/t7609-mergetool--lib.sh
index d848fe6442..330d6d603d 100755
--- a/t/t7609-mergetool--lib.sh
+++ b/t/t7609-mergetool--lib.sh
@@ -7,7 +7,7 @@ Testing basic merge tools options'
. ./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
'