Git 2.45
[git/gitster.git] / t / t7609-mergetool--lib.sh
blob8b1c3bd39f2249417099ea2f24218268925909af
1 #!/bin/sh
3 test_description='git mergetool
5 Testing basic merge tools options'
7 TEST_PASSES_SANITIZE_LEAK=true
8 . ./test-lib.sh
10 test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
11 . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
12 run_unit_tests
15 test_done