Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t: use sane_unset instead of unset
[gitweb.git]
/
t
/
t5150-request-pull.sh
diff --git
a/t/t5150-request-pull.sh
b/t/t5150-request-pull.sh
index da25bc2d1fb3a68b1d29b1a5b3f5d18f6c0ffdca..7c1dc641dec809fe314dcba7a4946154e8422f9b 100755
(executable)
--- 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
'