Merge branch 'lt/request-pull'

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
This commit is contained in:
Junio C Hamano 2014-06-09 11:26:22 -07:00
commit bfbdfa33f6

View File

@ -229,7 +229,7 @@ test_expect_success 'pull request format' '
cd local && cd local &&
git request-pull initial "$downstream_url" full git request-pull initial "$downstream_url" full
) >request && ) >request &&
grep ' tags/full$' grep " tags/full\$" request
' '
test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' ' test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' '