diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-23 23:09:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-23 23:09:02 (GMT) |
commit | 1e33ffa5c719ec611e182681c4a5f2ceb62a08f5 (patch) | |
tree | 4cbb54cfe455626382aa8da2bcea09edf2c738cd /Lib | |
parent | e12cda98407801a8857775b46f49ca8ef85c1fad (diff) | |
download | cpython-1e33ffa5c719ec611e182681c4a5f2ceb62a08f5.zip cpython-1e33ffa5c719ec611e182681c4a5f2ceb62a08f5.tar.gz cpython-1e33ffa5c719ec611e182681c4a5f2ceb62a08f5.tar.bz2 |
test_resource has no chance of running on Windows.
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 ffbf251..ec39936 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -506,6 +506,7 @@ _expectations = { test_poll test_pty test_pwd + test_resource test_signal test_socket_ssl test_socketserver |