Git fork
at reftables-rust 14 lines 246 B view raw
1#!/bin/sh 2 3test_description='git mergetool 4 5Testing basic merge tools options' 6 7. ./test-lib.sh 8 9test_expect_success 'mergetool --tool=vimdiff creates the expected layout' ' 10 . "$GIT_SOURCE_DIR"/mergetools/vimdiff && 11 run_unit_tests 12' 13 14test_done