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

Commit

Permalink
PR #1923: remove ch-test old directory path warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alstar555 authored Sep 12, 2024
1 parent f2e5b13 commit c289e7e
Showing 1 changed file with 0 additions and 11 deletions.
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

0 comments on commit c289e7e

Please sign in to comment.