commit: 7c6f5256f98b2804626cf7c0d8518e1792099183
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 17:57:18 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 17:57:18 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=7c6f5256
tests/init.sh.in: filter NOCOLOR, bug #830105
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/init.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/init.sh.in b/tests/init.sh.in
index c44320b..248e343 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -22,7 +22,7 @@ setup_env() {
setup_env
# clean any random vars from the host system
-unset ROOT PORTAGE_CONFIGROOT PORTAGE_QUIET PORTDIR
+unset ROOT PORTAGE_CONFIGROOT PORTAGE_QUIET PORTDIR NOCOLOR
# but make sure we don't implicitly rely on user's setup
export PORTAGE_CONFIGROOT="${ab}/not/a/real/path"
# Always use UTC for timestamps to keep tests stable. #551806