diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-12-27 18:57:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-12-27 18:57:18 +0100 |
commit | 7c6f5256f98b2804626cf7c0d8518e1792099183 (patch) | |
tree | 688fd8137fa0670b84ffb691dee62032dc7b998d /tests | |
parent | qmerge: support cross-device merges also for VDB #816141 (diff) | |
download | portage-utils-7c6f5256f98b2804626cf7c0d8518e1792099183.tar.gz portage-utils-7c6f5256f98b2804626cf7c0d8518e1792099183.tar.bz2 portage-utils-7c6f5256f98b2804626cf7c0d8518e1792099183.zip |
tests/init.sh.in: filter NOCOLOR, bug #830105
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.sh.in b/tests/init.sh.in index c44320ba..248e3433 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 |