From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75405158086 for ; Mon, 27 Dec 2021 18:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F2CB2BC01A; Mon, 27 Dec 2021 18:13:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2573C2BC01B for ; Mon, 27 Dec 2021 18:13:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 700DC342EC1 for ; Mon, 27 Dec 2021 18:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B74A51DA for ; Mon, 27 Dec 2021 18:13:31 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1640627838.7c6f5256f98b2804626cf7c0d8518e1792099183.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/init.sh.in X-VCS-Directories: tests/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7c6f5256f98b2804626cf7c0d8518e1792099183 X-VCS-Branch: master Date: Mon, 27 Dec 2021 18:13:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aea327bb-55dd-4cea-b8e4-d307141be751 X-Archives-Hash: a7831cdd724bdaddf0c9657a9f56421a commit: 7c6f5256f98b2804626cf7c0d8518e1792099183 Author: Fabian Groffen gentoo org> AuthorDate: Mon Dec 27 17:57:18 2021 +0000 Commit: Fabian Groffen gentoo 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 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