diff options
author | Raymond Hettinger <python@rcn.com> | 2003-11-20 19:02:02 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-11-20 19:02:02 (GMT) |
commit | 901dc983168d4ca706ed664a8f5134ee3add26ed (patch) | |
tree | ea70193d15396e85fa5e23be258ef30f98b69859 /Lib/test | |
parent | c09857ab7855ac415b73a3c1137014a2fd999b7d (diff) | |
download | cpython-901dc983168d4ca706ed664a8f5134ee3add26ed.zip cpython-901dc983168d4ca706ed664a8f5134ee3add26ed.tar.gz cpython-901dc983168d4ca706ed664a8f5134ee3add26ed.tar.bz2 |
test_applesingle is an expected skip on Win32
Diffstat (limited to 'Lib/test')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 733c8a5..873378b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -554,6 +554,7 @@ _expectations = { 'win32': """ test__locale + test_applesingle test_al test_bsddb185 test_bsddb3 |