From 7c6f5256f98b2804626cf7c0d8518e1792099183 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 27 Dec 2021 18:57:18 +0100 Subject: tests/init.sh.in: filter NOCOLOR, bug #830105 Signed-off-by: Fabian Groffen --- tests/init.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3-65-gdbad