Skip to content

Commit e9dac7b

Browse files
sunshinecogitster
authored andcommitted
mw-to-git/t9360: fix broken &&-chain
Signed-off-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53f9a3e commit e9dac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mw-to-git/t/t9360-mw-to-git-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ test_expect_success 'Test of resistance to modification of category on wiki for
247247
wiki_editpage Notconsidered "this page will not appear on local" false &&
248248
wiki_editpage Othercategory "this page will not appear on local" false -c=Cattwo &&
249249
wiki_editpage Tobeedited "this page have been modified" true -c=Catone &&
250-
wiki_delete_page Tobedeleted
250+
wiki_delete_page Tobedeleted &&
251251
git clone -c remote.origin.categories="Catone" \
252252
mediawiki::'"$WIKI_URL"' mw_dir_14 &&
253253
wiki_getallpage ref_page_14 Catone &&

0 commit comments

Comments
 (0)