# HG changeset patch # Parent 80e71592b114606263a70097253d9cdd549337ad Fix message about unexpected skipped test on non-Windows platforms. diff -r 80e71592b114 Lib/test/regrtest.py --- a/Lib/test/regrtest.py Tue Mar 29 17:38:15 2011 -0700 +++ b/Lib/test/regrtest.py Wed Mar 30 07:56:22 2011 +0200 @@ -1508,7 +1508,7 @@ # is distributed with Python WIN_ONLY = {"test_unicode_file", "test_winreg", "test_winsound", "test_startfile", - "test_sqlite"} + "test_sqlite", "test_msilib"} self.expected |= WIN_ONLY if sys.platform != 'sunos5':