]> git.ipfire.org Git - thirdparty/git.git/blob - t/t7609-mergetool--lib.sh
Merge branch 'jc/use-of-uc-in-log-messages'
[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_PASSES_SANITIZE_LEAK=true
8 . ./test-lib.sh
9
10 test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
11 . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
12 run_unit_tests
13 '
14
15 test_done