From c1e0dc59bddce765761a6f863c66ee0cd4b2ca09 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 10 Nov 2016 09:31:18 +0100 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- t/t6026-merge-attr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/t6026-merge-attr.sh b/t/t6026-merge-attr.sh index 2672b15aa3..03d13d00b5 100755 --- a/t/t6026-merge-attr.sh +++ b/t/t6026-merge-attr.sh @@ -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 -- 2.11.4.GIT