diff options
| author | John Cai <johncai86@gmail.com> | 2023-05-20 16:13:52 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-23 12:54:28 +0900 |
| commit | a6171e14787fe53f551812d58d8044e01a7994a5 (patch) | |
| tree | d4d45315a46bbb89a56ac64b0ec18b9f72a1a00a | |
| parent | 10dae7853314598ec1a24ba8f6292ae730bace03 (diff) | |
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 <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t7508-status.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh index aed07c5b62..a3050adfd0 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -1519,8 +1519,8 @@ test_expect_success '"status.branch=true" weaker than "--no-branch"' ' ' test_expect_success '"status.branch=true" weaker than "--porcelain"' ' - git -c status.branch=true status --porcelain >actual && - test_cmp expected_nobranch actual + git -c status.branch=true status --porcelain >actual && + test_cmp expected_nobranch actual ' test_expect_success '"status.branch=false" same as "--no-branch"' ' |
