summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-19 17:35:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-19 17:35:36 (GMT)
commit7dde48ea7aa18de1174628e21510967b0ad71d7c (patch)
treeabbf393ca977fa7c417017d6bf35c33baf731e7d /t
parent5714722f71ea2eff99ba76fd7b04f61ba0142ea4 (diff)
parentd952cbb1908b54c6a04f37c8b0924a49cdb5997d (diff)
downloadgit-7dde48ea7aa18de1174628e21510967b0ad71d7c.zip
git-7dde48ea7aa18de1174628e21510967b0ad71d7c.tar.gz
git-7dde48ea7aa18de1174628e21510967b0ad71d7c.tar.bz2
Merge branch 'lt/request-pull'
* lt/request-pull: request-pull: resurrect for-linus -> tags/for-linus DWIM
Diffstat (limited to 't')
-rwxr-xr-xt/t5150-request-pull.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh
index 75d6b38..93e2c65 100755
--- a/t/t5150-request-pull.sh
+++ b/t/t5150-request-pull.sh
@@ -223,7 +223,13 @@ test_expect_success 'pull request format' '
git request-pull initial "$downstream_url" tags/full:refs/tags/full
) >request &&
sed -nf fuzz.sed <request >request.fuzzy &&
- test_i18ncmp expect request.fuzzy
+ test_i18ncmp expect request.fuzzy &&
+
+ (
+ cd local &&
+ git request-pull initial "$downstream_url" full
+ ) >request &&
+ grep ' tags/full$'
'
test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' '