Skip to content

Commit a6171e1

Browse files
john-caigitster
authored andcommitted
t7508-status: modernize test format
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 10dae78 commit a6171e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t7508-status.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,8 +1519,8 @@ test_expect_success '"status.branch=true" weaker than "--no-branch"' '
15191519
'
15201520

15211521
test_expect_success '"status.branch=true" weaker than "--porcelain"' '
1522-
git -c status.branch=true status --porcelain >actual &&
1523-
test_cmp expected_nobranch actual
1522+
git -c status.branch=true status --porcelain >actual &&
1523+
test_cmp expected_nobranch actual
15241524
'
15251525

15261526
test_expect_success '"status.branch=false" same as "--no-branch"' '

0 commit comments

Comments
 (0)