projects
/
pyxattr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3843148
)
Make the environment variable TEST_DIR match the python var
author
Iustin Pop
<iusty@k1024.org>
Fri, 23 May 2014 11:10:34 +0000
(13:10 +0200)
committer
Iustin Pop
<iusty@k1024.org>
Fri, 23 May 2014 11:10:34 +0000
(13:10 +0200)
Having things inconsistent just leads to confusion.
test/test_xattr.py
patch
|
blob
|
history
diff --git
a/test/test_xattr.py
b/test/test_xattr.py
index c1e25b4ff51d2d19e8812711c6d98f535b14ca15..05269cda3b411f273de05c13ba2aef6b5c943eaf 100644
(file)
--- a/
test/test_xattr.py
+++ b/
test/test_xattr.py
@@
-17,7
+17,7
@@
else:
PY3K = False
EMPTY_NS = ''
-TEST_DIR = os.environ.get("TESTDIR", ".")
+TEST_DIR = os.environ.get("TEST
_
DIR", ".")
TEST_IGNORE_XATTRS = os.environ.get("TEST_IGNORE_XATTRS", "")
if TEST_IGNORE_XATTRS == "":
TEST_IGNORE_XATTRS = []