Sync with 2.36.6
[git/debian.git] / t / t7609-mergetool--lib.sh
blob330d6d603d77236788ee932cdcc288731a7aa388
1 #!/bin/sh
3 test_description='git mergetool
5 Testing basic merge tools options'
7 . ./test-lib.sh
9 test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
10 . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
11 run_unit_tests
14 test_done