From: Matthieu Moy Date: Tue, 17 Jul 2012 14:05:59 +0000 (+0200) Subject: git-remote-mediawiki: fix incorrect test usage in test X-Git-Tag: v1.7.12-rc0~8^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa316e090a58421c7caf50eefa58f6cb30c6df89;p=git.git git-remote-mediawiki: fix incorrect test usage in test Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/contrib/mw-to-git/t/push-pull-tests.sh b/contrib/mw-to-git/t/push-pull-tests.sh index 6692a0f40..9da2dc5ff 100644 --- a/contrib/mw-to-git/t/push-pull-tests.sh +++ b/contrib/mw-to-git/t/push-pull-tests.sh @@ -104,7 +104,7 @@ test_push_pull () { git push ) && - test ! wiki_page_exist Foo + test_must_fail wiki_page_exist Foo ' test_expect_success 'Merge conflict expected and solving it' '