From: Michał Górny Date: Wed, 9 Dec 2015 19:22:32 +0000 (+0100) Subject: python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=682cbe4bad17a57a269ee09c99fecc03ca349390;p=gentoo.git python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export --- diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 922b690754e3..b4ee7852e353 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 ${?}