Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack_refs(): remove redundant check
[gitweb.git]
/
t
/
t5150-request-pull.sh
diff --git
a/t/t5150-request-pull.sh
b/t/t5150-request-pull.sh
index aec842fa33707308c24c340eca7367e8aaf5c20f..da25bc2d1fb3a68b1d29b1a5b3f5d18f6c0ffdca 100755
(executable)
--- a/
t/t5150-request-pull.sh
+++ b/
t/t5150-request-pull.sh
@@
-180,7
+180,7
@@
test_expect_success 'request names an appropriate branch' '
read branch
} <digest &&
{
- test "$branch" =
tag--
full ||
+ test "$branch" = full ||
test "$branch" = master ||
test "$branch" = for-upstream
}