From: Ævar Arnfjörð Bjarmason Date: Mon, 21 Sep 2020 10:39:50 +0000 (+0200) Subject: remote-mediawiki tests: use "$dir/" instead of "$dir." X-Git-Tag: v2.29.0-rc0~31^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ff2958dd8376869e1de9a34fdaf74121481bb3f;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/contrib/mw-to-git/t/test-gitmw-lib.sh b/contrib/mw-to-git/t/test-gitmw-lib.sh index a466be8f3f..eb45a5a641 100755 --- a/contrib/mw-to-git/t/test-gitmw-lib.sh +++ b/contrib/mw-to-git/t/test-gitmw-lib.sh @@ -343,10 +343,10 @@ wiki_install () { "http://download.wikimedia.org/mediawiki/$MW_VERSION_MAJOR/"\ "$MW_FILENAME. "\ "Please fix your connection and launch the script again." - echo "$MW_FILENAME downloaded in $(pwd). "\ - "You can delete it later if you want." + echo "$MW_FILENAME downloaded in $(pwd)/;" \ + "you can delete it later if you want." else - echo "Reusing existing $MW_FILENAME downloaded in $(pwd)." + echo "Reusing existing $MW_FILENAME downloaded in $(pwd)/" fi archive_abs_path=$(pwd)/$MW_FILENAME cd "$WIKI_DIR_INST/$WIKI_DIR_NAME/" ||