|
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_SOURCE_DIR"/mergetools/vimdiff && |
|
11
|
run_unit_tests |
|
12
|
' |
|
13
|
|
|
14
|
test_done |