1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-20 15:46:08 +02:00

Merge branch 'ar/test-cleanup-unused-file-creation'

Test fix.

* ar/test-cleanup-unused-file-creation:
  test: rev-parse-upstream: add missing cmp
This commit is contained in:
Junio C Hamano 2023-05-15 13:59:06 -07:00
commit 85cee30566

View File

@ -97,7 +97,8 @@ test_expect_success 'my-side@{u} resolves to correct commit' '
commit_subject my-side >actual &&
test_cmp expect actual &&
echo 5 >expect &&
commit_subject my-side@{u} >actual
commit_subject my-side@{u} >actual &&
test_cmp expect actual
'
test_expect_success 'not-tracking@{u} fails' '