Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3200: clarify description of --set-upstream test
[gitweb.git]
/
t
/
t3200-branch.sh
diff --git
a/t/t3200-branch.sh
b/t/t3200-branch.sh
index 51738fb96943bbc475d0f71ba77e4786dd0aea11..18708ca301c6281d645b64fdd6acc78d504e6e28 100755
(executable)
--- a/
t/t3200-branch.sh
+++ b/
t/t3200-branch.sh
@@
-605,7
+605,7
@@
test_expect_success 'test --unset-upstream on a particular branch' '
test_must_fail git config branch.my14.merge
'
-test_expect_success '--set-upstream fails' '
+test_expect_success '
disabled option
--set-upstream fails' '
test_must_fail git branch --set-upstream origin/master
'