]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t4202-log: modernize test format
authorJohn Cai <johncai86@gmail.com>
Thu, 18 May 2023 20:03:18 +0000 (20:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 17:08:11 +0000 (10:08 -0700)
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>
t/t4202-log.sh

index ae73aef922f950f9a289085a5417c84654bbcd8f..f5c0f06a56bc67c3fcebdfa2b380bba64d216871 100755 (executable)
@@ -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' '