summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mw-to-git/t/t9360-mw-to-git-clone.sh')
-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 4c39bda..f08890d 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
@@ -86,7 +86,7 @@ test_expect_success 'Git clone works with page added' '
test_expect_success 'Git clone works with an edited page ' '
wiki_reset &&
wiki_editpage foo "this page will be edited" \
- false -s "first edition of page foo"&&
+ false -s "first edition of page foo" &&
wiki_editpage foo "this page has been edited and must be on the clone " true &&
git clone mediawiki::'"$WIKI_URL"' mw_dir_6 &&
test_path_is_file mw_dir_6/Foo.mw &&