Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-16 01:08:27 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-16 01:08:27 +0300
commitc5c26f7cc2e7f3ea598e889f5657ec55befc5cd6 (patch)
tree957d65a29c4fd889154b84906522c9784f3c91a0 /contrib
parentdca64ed3973414b0e3a7f9ee1c7ab8f9e9a867f3 (diff)
parente9dac7be60f4a113baeee39ef94f9f21f0a5c028 (diff)
Merge branch 'es/mw-to-git-chain-fix'
Test fix. * es/mw-to-git-chain-fix: mw-to-git/t9360: fix broken &&-chain
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/mw-to-git/t/t9360-mw-to-git-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh b/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
index 22f069db48..cfbfe7ddf6 100755
--- a/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
+++ b/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
@@ -247,7 +247,7 @@ test_expect_success 'Test of resistance to modification of category on wiki for
wiki_editpage Notconsidered "this page will not appear on local" false &&
wiki_editpage Othercategory "this page will not appear on local" false -c=Cattwo &&
wiki_editpage Tobeedited "this page have been modified" true -c=Catone &&
- wiki_delete_page Tobedeleted
+ wiki_delete_page Tobedeleted &&
git clone -c remote.origin.categories="Catone" \
mediawiki::'"$WIKI_URL"' mw_dir_14 &&
wiki_getallpage ref_page_14 Catone &&