t7610: move setup code to the 'setup' test case
commit157acfcf353ead1cbd0fff1d9f26ff0b4f1020bc
authorRichard Hansen <hansenr@google.com>
Tue, 10 Jan 2017 20:41:52 +0000 (10 15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 21:22:19 +0000 (10 13:22 -0800)
tree270151d197ae85466ff697740c6ad8b5a4bd1c09
parentecfdf0bd2fe4edb2835e81b09f8df26cd7d3f437
t7610: move setup code to the 'setup' test case

Multiple test cases depend on these hunks, so move them to the 'setup'
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