mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/pyxattr: Fix TEST_DIR variable name
Bug: https://bugs.gentoo.org/503946
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user