summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-02-07 12:57:10 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-02-07 12:57:10 -0800
commitdc347e9f6a2c106bb684d93dfbc38e3f3df2795b (patch)
treef06144e5a57ded1b672eda1a35657f7aa8399912 /t
parentMerge branch 'bl/gitweb-project-filter' (diff)
parentrequest-pull: explicitly ask tags/$name to be pulled (diff)
downloadtgif-dc347e9f6a2c106bb684d93dfbc38e3f3df2795b.tar.xz
Merge branch 'jc/maint-request-pull-for-tag'
* jc/maint-request-pull-for-tag: request-pull: explicitly ask tags/$name to be pulled
Diffstat (limited to 't')
-rwxr-xr-xt/t5150-request-pull.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh
index da25bc2d1f..7c1dc641de 100755
--- a/t/t5150-request-pull.sh
+++ b/t/t5150-request-pull.sh
@@ -179,11 +179,7 @@ test_expect_success 'request names an appropriate branch' '
read repository &&
read branch
} <digest &&
- {
- test "$branch" = full ||
- test "$branch" = master ||
- test "$branch" = for-upstream
- }
+ test "$branch" = tags/full
'