]> git.ipfire.org Git - thirdparty/git.git/blob - t/t7609-mergetool--lib.sh
clone: allow "--bare" with "-o"
[thirdparty/git.git] / t / t7609-mergetool--lib.sh
1 #!/bin/sh
2
3 test_description='git mergetool
4
5 Testing basic merge tools options'
6
7 . ./test-lib.sh
8
9 test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
10 . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
11 run_unit_tests
12 '
13
14 test_done