summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-03 22:44:15 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-03 22:44:15 (GMT)
commita9e73640bf86f4bbbbee15cd7a1af6299a0c49dd (patch)
treefead538468a287cb28b5ff4f4d9dc5e6dd0cf368 /Lib/test
parent65eb453d28fd60f2aaecbabd6df562e96a2dbed4 (diff)
downloadcpython-a9e73640bf86f4bbbbee15cd7a1af6299a0c49dd.zip
cpython-a9e73640bf86f4bbbbee15cd7a1af6299a0c49dd.tar.gz
cpython-a9e73640bf86f4bbbbee15cd7a1af6299a0c49dd.tar.bz2
Oversight in previous commit for test_pep277.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_pep277.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pep277.py b/Lib/test/test_pep277.py
index 9d98f21..602c064 100644
--- a/Lib/test/test_pep277.py
+++ b/Lib/test/test_pep277.py
@@ -142,7 +142,7 @@ class UnicodeFileTests(unittest.TestCase):
self._apply_failure(os.rmdir, name)
self._apply_failure(os.remove, name)
# listdir may append a wildcard to the filename, so dont check
- self._apply_failure(os.listdir, name, False)
+ self._apply_failure(os.listdir, name, check_filename=False)
# Skip the test on darwin, because darwin uses a normalization different
# than Python NFD normalization: filenames are different even if we use