From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F9BE1384B4 for ; Wed, 9 Dec 2015 20:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3134E21C0D4; Wed, 9 Dec 2015 20:42:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C969E21C0CA for ; Wed, 9 Dec 2015 20:42:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 476D23408C5 for ; Wed, 9 Dec 2015 20:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC013F55 for ; Wed, 9 Dec 2015 20:42:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1449693676.682cbe4bad17a57a269ee09c99fecc03ca349390.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/python-utils-r1.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 682cbe4bad17a57a269ee09c99fecc03ca349390 X-VCS-Branch: master Date: Wed, 9 Dec 2015 20:42:05 +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-Archives-Salt: 96c132ce-a661-49f3-891d-41aa575ed74a X-Archives-Hash: 6b06c824d2f1cdfdae0cafbb8193545c commit: 682cbe4bad17a57a269ee09c99fecc03ca349390 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 9 19:22:32 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 9 20:41:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682cbe4b python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export eclass/tests/python-utils-r1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 922b690..b4ee785 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -14,7 +14,7 @@ test_var() { tbegin "${var} for ${impl}" local ${var} - python_export ${impl} ${var} + python_export ${impl} PYTHON ${var} [[ ${!var} == ${expect} ]] || eerror "(${impl}: ${var}: ${!var} != ${expect}" tend ${?}