From 6a2374d11bbeada4b5de86dd4bbf7b3139194bc3 Mon Sep 17 00:00:00 2001 From: Angelica Date: Thu, 12 Sep 2024 14:26:39 -0400 Subject: [PATCH] Removed the warnings about the old path --- bin/ch-test | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bin/ch-test b/bin/ch-test index 9e3c54693..b023bc05d 100755 --- a/bin/ch-test +++ b/bin/ch-test @@ -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 \