Skip to content

Commit

Permalink
python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Dec 9, 2015
1 parent f16b1c0 commit 682cbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/tests/python-utils-r1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ${?}
Expand Down

0 comments on commit 682cbe4

Please sign in to comment.