]> git.ipfire.org Git - thirdparty/git.git/blame - t/t7609-mergetool--lib.sh
Sync with maint-2.37
[thirdparty/git.git] / t / t7609-mergetool--lib.sh
CommitLineData
a242c150
FR
1#!/bin/sh
2
3test_description='git mergetool
4
5Testing basic merge tools options'
6
3e3b9321 7TEST_PASSES_SANITIZE_LEAK=true
a242c150
FR
8. ./test-lib.sh
9
10test_expect_success 'mergetool --tool=vimdiff creates the expected layout' '
386e7a9d 11 . "$GIT_BUILD_DIR"/mergetools/vimdiff &&
a242c150
FR
12 run_unit_tests
13'
14
15test_done