]> git.ipfire.org Git - thirdparty/git.git/commit
t2104: style fixes
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2024 18:41:03 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2024 18:46:47 +0000 (11:46 -0700)
commit40c45f809f84f5305ddb2e3b7a7f782e04166b15
tree3885f99c8abd5aa2343221f8d7f95b903e1acb56
parentc2cbfbd2e28cbe27c194d62183b42f27a6a5bb87
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