diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-24 17:53:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-24 18:08:58 +0200 |
commit | 8dbfb45817bd641214cd98bf29c8f076d4d71b07 (patch) | |
tree | fad52db7eda90bc4d4406acd50bbb33fea714d83 /dev-python/pyxattr | |
parent | dev-python/pyxattr: Remove unmaintained live ebuild (diff) | |
download | gentoo-8dbfb45817bd641214cd98bf29c8f076d4d71b07.tar.gz gentoo-8dbfb45817bd641214cd98bf29c8f076d4d71b07.tar.bz2 gentoo-8dbfb45817bd641214cd98bf29c8f076d4d71b07.zip |
dev-python/pyxattr: Fix TEST_DIR variable name
Bug: https://bugs.gentoo.org/503946
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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.' |