commit: 8dbfb45817bd641214cd98bf29c8f076d4d71b07 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 15:53:28 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 24 16:08:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbfb458
dev-python/pyxattr: Fix TEST_DIR variable name Bug: https://bugs.gentoo.org/503946 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index f8e01c1715b..8b0b7315eca 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild @@ -42,7 +42,7 @@ python_compile_all() { src_test() { # Perform the tests in /var/tmp; that location is more likely # to have xattr support than /tmp which is often tmpfs. - export TESTDIR=/var/tmp + local -x TEST_DIR=/var/tmp einfo 'Please note that the tests fail if xattrs are not supported' einfo 'by the filesystem used for /var/tmp.'
