diff options
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index ff22d21..9c20c54 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -702,7 +702,7 @@ _expectations = { test_winsound test_zipfile test_zlib - """ + """, 'hp-ux11': """ test_al |