summaryrefslogtreecommitdiff
path: root/tests/unicode/file2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unicode/file2.py')
-rw-r--r--tests/unicode/file2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicode/file2.py b/tests/unicode/file2.py
index 1a5b933c8..c35c18789 100644
--- a/tests/unicode/file2.py
+++ b/tests/unicode/file2.py
@@ -6,7 +6,7 @@ def do(mode):
enc = None
else:
enc = "utf-8"
- f = open("unicode/data/utf-8_2.txt", mode=mode, encoding=enc)
+ f = open("data/utf-8_2.txt", mode=mode, encoding=enc)
print(f.read(1))
print(f.read(1))
print(f.read(2))