From: John Cai Date: Thu, 18 May 2023 20:03:18 +0000 (+0000) Subject: t4202-log: modernize test format X-Git-Tag: v2.42.0-rc0~112^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3da9be913a2db647714011bd352cd31847fe7b04;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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' '