dev-python/pyxattr: Fix TEST_DIR variable name
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2018 15:53:28 +0000 (17:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2018 16:08:58 +0000 (18:08 +0200)
Bug: https://bugs.gentoo.org/503946

dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild

index f8e01c1715bf6e40401894beebd670eb662d21d3..8b0b7315ecabec19f72863f856fcc8fa054dbbf2 100644 (file)
@@ -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.'