Skip to content

Commit 3b03097

Browse files
committed
Revert "t6026-merge-attr: ensure that the merge driver was called"
This reverts commit c1e0dc5. We are not interested in the stray process in the merge driver started; we want it to be still around.
1 parent c1e0dc5 commit 3b03097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/t6026-merge-attr.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ test_expect_success 'custom merge does not lock index' '
193193
"* merge=ours" "text merge=sleep-one-second" &&
194194
test_config merge.ours.driver true &&
195195
test_config merge.sleep-one-second.driver ./sleep-one-second.sh &&
196-
git merge master &&
197-
test -f sleep.pid
196+
git merge master
198197
'
199198

200199
test_done

0 commit comments

Comments
 (0)