Commit a9e73640 authored by Florent Xicluna's avatar Florent Xicluna

Oversight in previous commit for test_pep277.

parent 65eb453d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment