t2104: style fixesjc/t2104-style-fixes
commit8d320cec608ee764124c995d54833c9085545d18
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2024 18:41:03 +0000 (2 11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Apr 2024 05:27:49 +0000 (9 22:27 -0700)
tree23606ba5021195380faf98fcb7560d76817513a7
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0
t2104: style fixes

We use tabs to indent, not two or four spaces.

These days, even the test fixture preparation should be done inside
test_expect_success block.

Address these two style violations in this test.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2104-update-index-skip-worktree.sh