From 8dbfb45817bd641214cd98bf29c8f076d4d71b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 24 Apr 2018 17:53:28 +0200 Subject: 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(-) (limited to 'dev-python') diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index f8e01c1715bf..8b0b7315ecab 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.' -- cgit v1.2.3