From 682cbe4bad17a57a269ee09c99fecc03ca349390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Dec 2015 20:22:32 +0100 Subject: 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(-) (limited to 'eclass/tests') diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 922b690754e..b4ee7852e35 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 ${?} -- cgit v1.2.1