Re: [PATCH 09/15] remote-mediawiki tests: use "$dir/" instead of "$dir."
From: Junio C Hamano <hidden>
Date: 2020-09-16 22:13:56
Ævar Arnfjörð Bjarmason [off-list ref] writes:
quoted hunk
Change UI messages to use "$dir/" instead of "$dir.". I think this is less confusing. Signed-off-by: Ævar Arnfjörð Bjarmason <redacted> --- contrib/mw-to-git/t/test-gitmw-lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/contrib/mw-to-git/t/test-gitmw-lib.sh b/contrib/mw-to-git/t/test-gitmw-lib.sh index a466be8f3f..aa04ebfd0f 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). "\ + echo "$MW_FILENAME downloaded in $(pwd)/ "\ "You can delete it later if you want."
"$(pwd)/." to keep the full-stop of the first sentence?
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/" ||