summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/files.py b/coverage/files.py
index f7fc969..1feb9b6 100644
--- a/coverage/files.py
+++ b/coverage/files.py
@@ -64,7 +64,7 @@ if env.WINDOWS:
head, tail = os.path.split(path)
if not tail:
- actpath = head
+ actpath = head.upper()
elif not head:
actpath = tail
else: