mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
t6026-merge-attr: ensure that the merge driver was called
Explicitly check for the existence of the pid file to test that the merge driver was actually called. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
734fde2d71
commit
c1e0dc59bd
@ -193,7 +193,8 @@ test_expect_success 'custom merge does not lock index' '
|
||||
"* merge=ours" "text merge=sleep-one-second" &&
|
||||
test_config merge.ours.driver true &&
|
||||
test_config merge.sleep-one-second.driver ./sleep-one-second.sh &&
|
||||
git merge master
|
||||
git merge master &&
|
||||
test -f sleep.pid
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user