Skip to content

Commit 3da9be9

Browse files
john-caigitster
authored andcommitted
t4202-log: 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 93fc423 commit 3da9be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t4202-log.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,10 +2343,10 @@ test_expect_success 'log --decorate does not include things outside filter' '
23432343
'
23442344

23452345
test_expect_success 'log --end-of-options' '
2346-
git update-ref refs/heads/--source HEAD &&
2347-
git log --end-of-options --source >actual &&
2348-
git log >expect &&
2349-
test_cmp expect actual
2346+
git update-ref refs/heads/--source HEAD &&
2347+
git log --end-of-options --source >actual &&
2348+
git log >expect &&
2349+
test_cmp expect actual
23502350
'
23512351

23522352
test_expect_success 'set up commits with different authors' '

0 commit comments

Comments
 (0)