summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index 5d00bca8..4baac072 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -384,6 +384,7 @@ class PathAliasesTest(CoverageTest):
aliases = PathAliases(relative=rel_yn)
aliases.add('/ned/home/*/src', './mysrc')
self.assert_unchanged(aliases, '/ned/home/foo/src/a.py', exists=False)
+ self.assert_unchanged(aliases, 'foo/src/a.py', exists=False)
def test_no_dotslash(self, rel_yn):
# The result shouldn't start with "./" if the map result didn't.