Message ID | 7c2903d1fe913ec3cc38cda7ec18bcc225751dc3.1684440206.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3da9be913a2db647714011bd352cd31847fe7b04 |
Headers | show |
Series | tests: modernize test format | expand |
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' '