diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:57:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:57:10 -0800 |
commit | dc347e9f6a2c106bb684d93dfbc38e3f3df2795b (patch) | |
tree | f06144e5a57ded1b672eda1a35657f7aa8399912 /t | |
parent | Merge branch 'bl/gitweb-project-filter' (diff) | |
parent | request-pull: explicitly ask tags/$name to be pulled (diff) | |
download | tgif-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-x | t/t5150-request-pull.sh | 6 |
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 ' |