Skip to content

Commit 5e87dce

Browse files
avargitster
authored andcommitted
remote-mediawiki tests: use the login/password variables
Change a hardcoded user/password for the corresponding variable defined in contrib/mw-to-git/t/test.config. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e35973b commit 5e87dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ test_git_reimport () {
2727

2828
# Don't bother with permissions, be administrator by default
2929
test_expect_success 'setup config' '
30-
git config --global remote.origin.mwLogin WikiAdmin &&
31-
git config --global remote.origin.mwPassword AdminPass &&
30+
git config --global remote.origin.mwLogin "$WIKI_ADMIN" &&
31+
git config --global remote.origin.mwPassword "$WIKI_PASSW" &&
3232
test_might_fail git config --global --unset remote.origin.mediaImport
3333
'
3434

0 commit comments

Comments
 (0)