mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-20 06:35:47 -05: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:
@@ -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' '
|
||||
|
||||
Reference in New Issue
Block a user