diff options
author | Guido van Rossum <guido@python.org> | 2003-02-12 20:40:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-12 20:40:08 (GMT) |
commit | 3288f592cba8476faaa9412548be575df3f4d573 (patch) | |
tree | 5b5cad5b1544e22c50c1a7558ab3e25a9aaf3474 /Lib | |
parent | 9c00f4287027416d9c380cada971823f006cad8e (diff) | |
download | cpython-3288f592cba8476faaa9412548be575df3f4d573.zip cpython-3288f592cba8476faaa9412548be575df3f4d573.tar.gz cpython-3288f592cba8476faaa9412548be575df3f4d573.tar.bz2 |
Expect test_ossaudiodev to skip on Linux, too. (It's broken.
Volunteers wanted to fix it!)
Diffstat (limited to 'Lib')
-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 c60e824..5ce2bc8 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -593,6 +593,7 @@ _expectations = { test_largefile test_nis test_ntpath + test_ossaudiodev test_socketserver test_sunaudiodev test_unicode_file |