summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-09 20:22:32 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-09 21:41:16 +0100
commit682cbe4bad17a57a269ee09c99fecc03ca349390 (patch)
tree3c431ab6b9315fad95bc453f5ceffc91a8e948a6
parentpython-utils-r1.eclass: Disable jython2_5 (diff)
downloadgentoo-682cbe4bad17a57a269ee09c99fecc03ca349390.tar.gz
gentoo-682cbe4bad17a57a269ee09c99fecc03ca349390.tar.bz2
gentoo-682cbe4bad17a57a269ee09c99fecc03ca349390.zip
python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export
-rwxr-xr-xeclass/tests/python-utils-r1.sh2
1 files changed, 1 insertions, 1 deletions
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 ${?}