From 3288f592cba8476faaa9412548be575df3f4d573 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 12 Feb 2003 20:40:08 +0000 Subject: Expect test_ossaudiodev to skip on Linux, too. (It's broken. Volunteers wanted to fix it!) --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12