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:
parent
ebd5fe1c15
commit
fa316e090a
@ -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' '
|
||||||
|
Loading…
Reference in New Issue
Block a user