[PATCH 13/20] t4202-log: modernize test format
From: John Cai via GitGitGadget <hidden>
Date: 2023-05-18 20:04:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: John Cai via GitGitGadget <hidden>
Date: 2023-05-18 20:04:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: John Cai <redacted> 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 <redacted> --- t/t4202-log.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index ae73aef922f..f5c0f06a56b 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' '
--
gitgitgadget