t7610: don't rely on state from previous test
authorRichard Hansen <hansenr@google.com>
Tue, 10 Jan 2017 20:41:54 +0000 (15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 21:22:20 +0000 (13:22 -0800)
commitb696ac9aafd57fad68383b4edd31784462d34bcb
tree4fc22cb4262adffabeae82e867cc244cf10e43e2
parent614eb27f0212a875dd6a8ea057ecb4af80d6111d
t7610: don't rely on state from previous test

If the repository must be in a particular state (beyond what is
already done by the 'setup' test case) before the test can run, make
the necessary repository changes in the test script even if it means
duplicating some lines of code from the previous test case.

This is a step toward making the tests more independent so that if one
test fails it doesn't cause subsequent tests to fail.

Signed-off-by: Richard Hansen <hansenr@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7610-mergetool.sh