git-remote-mediawiki: fix incorrect test usage in test

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Matthieu Moy 2012-07-17 16:05:59 +02:00 committed by Junio C Hamano
parent ebd5fe1c15
commit fa316e090a

View File

@ -104,7 +104,7 @@ test_push_pull () {
git push git push
) && ) &&
test ! wiki_page_exist Foo test_must_fail wiki_page_exist Foo
' '
test_expect_success 'Merge conflict expected and solving it' ' test_expect_success 'Merge conflict expected and solving it' '