Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport-helper: don't feed bogus refs to export push
[gitweb.git]
/
t
/
t5800-remote-helpers.sh
diff --git
a/t/t5800-remote-helpers.sh
b/t/t5800-remote-helpers.sh
index ca115ccb74997fbc95b272c8b61b388b81769371..ceb0010574d276063d010320d174e5961db7ce55 100755
(executable)
--- a/
t/t5800-remote-helpers.sh
+++ b/
t/t5800-remote-helpers.sh
@@
-106,7
+106,7
@@
test_expect_failure 'fetch multiple branches' '
compare_refs server new localclone refs/remotes/origin/new
'
-test_expect_
failure
'push when remote has extra refs' '
+test_expect_
success
'push when remote has extra refs' '
(cd clone &&
echo content >>file &&
git commit -a -m six &&