]> git.ipfire.org Git - thirdparty/git.git/commit - t/t2101-update-index-reupdate.sh
t2101: modernize test style
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 25 Mar 2018 19:20:53 +0000 (19:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Mar 2018 22:10:48 +0000 (15:10 -0700)
commit7cbae724a4e35a55fb788f78be38e88748e25c24
tree7bf7b86f828b3de4c1144977955bd43ad64585d7
parentae2f8d5bd6bacd5d7a1316170efd93a7bdadb6f1
t2101: modernize test style

Most of our tests start with the opening quote of the test body on the
same line as the test_expect_success call.  Additionally, our tests are
usually indented with a single tab.  Update this test to be the same as
most others, which will make it easier to use inline heredocs in the
future.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2101-update-index-reupdate.sh