diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-10 13:59:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-10 13:59:02 -0800 |
commit | 4fed4c809a9ed73c7147ad33f14eacc82700f41e (patch) | |
tree | 8b5b9c8f725c87e45a676b0380703e172d4871d3 /t | |
parent | 184a7aa7bf8e42ce9aba12b92d9cf8014d04a947 (diff) | |
parent | 2ad9ba0382ca0d9a36746db804d1bf01f5281b8e (diff) | |
download | git-4fed4c809a9ed73c7147ad33f14eacc82700f41e.tar.gz git-4fed4c809a9ed73c7147ad33f14eacc82700f41e.tar.xz |
Merge branch 'jc/maint-request-pull-for-tag' into maint
* 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 da25bc2d1..7c1dc641d 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 ' |