diff options
| author | John Cai <johncai86@gmail.com> | 2023-05-18 20:03:18 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-19 10:08:11 -0700 |
| commit | 3da9be913a2db647714011bd352cd31847fe7b04 (patch) | |
| tree | bff22fbe61255e6145514fe2ca730bd4ba530749 | |
| parent | t4004-diff-rename-symlink: modernize test format (diff) | |
| download | git-3da9be913a2db647714011bd352cd31847fe7b04.tar.gz git-3da9be913a2db647714011bd352cd31847fe7b04.zip | |
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 <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t4202-log.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh index ae73aef922..f5c0f06a56 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -2343,10 +2343,10 @@ test_expect_success 'log --decorate does not include things outside filter' ' ' test_expect_success 'log --end-of-options' ' - git update-ref refs/heads/--source HEAD && - git log --end-of-options --source >actual && - git log >expect && - test_cmp expect actual + git update-ref refs/heads/--source HEAD && + git log --end-of-options --source >actual && + git log >expect && + test_cmp expect actual ' test_expect_success 'set up commits with different authors' ' |
