Message ID | 5c953b3d1055522e29ac40dfffe21a48dbaa1900.1684599239.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a6171e14787fe53f551812d58d8044e01a7994a5 |
Headers | show |
Series | tests: modernize test format part 2 | expand |
diff --git a/t/t7508-status.sh b/t/t7508-status.sh index aed07c5b622..a3050adfd07 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -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"' '