]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t7508-status: modernize test format
authorJohn Cai <johncai86@gmail.com>
Sat, 20 May 2023 16:13:52 +0000 (16:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 May 2023 03:54:28 +0000 (12:54 +0900)
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/t7508-status.sh

index aed07c5b622e9a244313e781ceba0e6898024d21..a3050adfd07f2a085f2e15dac45cf3915b928c2c 100755 (executable)
@@ -1519,8 +1519,8 @@ test_expect_success '"status.branch=true" weaker than "--no-branch"' '
 '
 
 test_expect_success '"status.branch=true" weaker than "--porcelain"' '
-       git -c status.branch=true status --porcelain >actual &&
-       test_cmp expected_nobranch actual
+       git -c status.branch=true status --porcelain >actual &&
+       test_cmp expected_nobranch actual
 '
 
 test_expect_success '"status.branch=false" same as "--no-branch"' '