Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Remove ch-test old directory path warning. #1923

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions bin/ch-test
Original file line number Diff line number Diff line change
Expand Up @@ -987,17 +987,6 @@ if [[ -z $phase ]]; then
fi
printf '\n'

# See issue #1580
# shellcheck disable=SC2016
if [[ -d /var/tmp/img ]] || [[ -d /var/tmp/tar ]]; then
printf '\n'
warning 'NOTE: default image and pack directories changed to:'
warning ' CH_TEST_IMGDIR=/var/tmp/${USER}.img'
warning ' CH_TEST_TARDIR=/var/tmp/${USER}.pack'
fi

printf '\n'

# variable name CLI environment default
# desc. width description
vset CH_TEST_SCOPE "$scope" "$CH_TEST_SCOPE" standard \
Expand Down
Loading