Skip to content

Commit 9ff2958

Browse files
avargitster
authored andcommitted
remote-mediawiki tests: use "$dir/" instead of "$dir."
Change UI messages to use "$dir/" instead of "$dir.". I think this is less confusing when referring to an absolute directory path. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 730ecc1 commit 9ff2958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/mw-to-git/t/test-gitmw-lib.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ wiki_install () {
343343
"http://download.wikimedia.org/mediawiki/$MW_VERSION_MAJOR/"\
344344
"$MW_FILENAME. "\
345345
"Please fix your connection and launch the script again."
346-
echo "$MW_FILENAME downloaded in $(pwd). "\
347-
"You can delete it later if you want."
346+
echo "$MW_FILENAME downloaded in $(pwd)/;" \
347+
"you can delete it later if you want."
348348
else
349-
echo "Reusing existing $MW_FILENAME downloaded in $(pwd)."
349+
echo "Reusing existing $MW_FILENAME downloaded in $(pwd)/"
350350
fi
351351
archive_abs_path=$(pwd)/$MW_FILENAME
352352
cd "$WIKI_DIR_INST/$WIKI_DIR_NAME/" ||

0 commit comments

Comments
 (0)