From a9e73640bf86f4bbbbee15cd7a1af6299a0c49dd Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Thu, 3 Nov 2011 23:44:15 +0100 Subject: [PATCH] Oversight in previous commit for test_pep277. --- Lib/test/test_pep277.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pep277.py b/Lib/test/test_pep277.py index 9d98f2163f4..602c064e9e1 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