Skip to content

Commit

Permalink
Merge branch 'lt/request-pull'
Browse files Browse the repository at this point in the history
A brown-paper-bag bugfix to a test that turned out to be a no-op by
mistake.

* lt/request-pull:
  fix brown paper bag breakage in t5150-request-pull.sh
  • Loading branch information
Junio C Hamano committed Jun 9, 2014
2 parents 0953113 + 644edd0 commit bfbdfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5150-request-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ test_expect_success 'pull request format' '
cd local &&
git request-pull initial "$downstream_url" full
) >request &&
grep ' tags/full$'
grep " tags/full\$" request
'

test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' '
Expand Down

0 comments on commit bfbdfa3

Please sign in to comment.