Skip to content

Commit

Permalink
Make the environment variable TEST_DIR match the python var
Browse files Browse the repository at this point in the history
Having things inconsistent just leads to confusion.
  • Loading branch information
iustin committed May 23, 2014
1 parent 3843148 commit beadf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xattr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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 = []
Expand Down

0 comments on commit beadf7f

Please sign in to comment.