Add test_pep277 to the expected skips on Linux. (This test seems to

be skipped everywhere except on Windows NT and descendants, but I'm
only going to add it to the skip list for the platform I can test.)
This commit is contained in:
Guido van Rossum 2002-10-06 20:36:31 +00:00
parent 49c05d39e3
commit 9cce029e48
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ _expectations = {
test_largefile
test_nis
test_ntpath
test_pep277
test_socket_ssl
test_socketserver
test_sunaudiodev