summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-31 08:20:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-31 08:20:31 (GMT)
commit7ece150395f9908870c3baa883e465ec9fe4dd9c (patch)
tree06a6e6adc5b0a9ef6125ca8c7ee4711d31e541fb
parentd484605c10fe6d23dd0a3f5f631a0011fd1f2016 (diff)
downloadcpython-7ece150395f9908870c3baa883e465ec9fe4dd9c.zip
cpython-7ece150395f9908870c3baa883e465ec9fe4dd9c.tar.gz
cpython-7ece150395f9908870c3baa883e465ec9fe4dd9c.tar.bz2
test_spwd skipping is expected on win32.
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index b48cba5..9a872dc 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1191,6 +1191,7 @@ _expectations = {
test_pwd
test_resource
test_signal
+ test_spwd
test_threadsignals
test_timing
test_wait3