Make the environment variable TEST_DIR match the python var
authorIustin Pop <iusty@k1024.org>
Fri, 23 May 2014 11:10:34 +0000 (13:10 +0200)
committerIustin 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

index c1e25b4ff51d2d19e8812711c6d98f535b14ca15..05269cda3b411f273de05c13ba2aef6b5c943eaf 100644 (file)
@@ -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 = []