python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 Dec 2015 19:22:32 +0000 (20:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 9 Dec 2015 20:41:16 +0000 (21:41 +0100)
eclass/tests/python-utils-r1.sh

index 922b690754e3095bc421752b13e6c80eefc6dedd..b4ee7852e35327311248f3c2808294e91934e9e3 100755 (executable)
@@ -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 ${?}