Skip to content

Commit 85cee30

Browse files
committed
Merge branch 'ar/test-cleanup-unused-file-creation'
Test fix. * ar/test-cleanup-unused-file-creation: test: rev-parse-upstream: add missing cmp
2 parents 5334592 + 159f4b9 commit 85cee30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t1507-rev-parse-upstream.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ test_expect_success 'my-side@{u} resolves to correct commit' '
9797
commit_subject my-side >actual &&
9898
test_cmp expect actual &&
9999
echo 5 >expect &&
100-
commit_subject my-side@{u} >actual
100+
commit_subject my-side@{u} >actual &&
101+
test_cmp expect actual
101102
'
102103

103104
test_expect_success 'not-tracking@{u} fails' '

0 commit comments

Comments
 (0)