From fa275f51b524ea53315a4ddd57634568a09e9ec7 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 14 Mar 2013 16:27:31 -0400 Subject: [PATCH] Cross plat fix --- Tests/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/run.py b/Tests/run.py index 14c9f6d5c..8ce2e714a 100644 --- a/Tests/run.py +++ b/Tests/run.py @@ -37,7 +37,7 @@ include = [x for x in sys.argv[1:] if x[:2] != "--"] skipped = [] # XXX Skip test, is there a better way? -files.remove('Tests/test_file_tiff.py') +files.remove(os.path.join('Tests', 'test_file_tiff.py')) skipped.append('test_file_tiff') python_options = " ".join(python_options)