summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-03-17 04:30:08 -0700
committerNed Deily <nad@acm.org>2015-03-17 04:30:08 -0700
commitab6b9f8a5b033abaa5a8c19ddc19ab402851c0d7 (patch)
tree4eeaa8ef8b1cef06e60596e045b299ec2d089976
parent6a98002d473557b1d8b2481e506adc3a148d1d51 (diff)
downloadcpython-git-ab6b9f8a5b033abaa5a8c19ddc19ab402851c0d7.tar.gz
Issue #22585: make URandomFDTests test case actually run
-rw-r--r--Lib/test/test_os.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index 3dc96a3fce..31f2cc36e6 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -2567,6 +2567,7 @@ def test_main():
MakedirTests,
DevNullTests,
URandomTests,
+ URandomFDTests,
ExecTests,
Win32ErrorTests,
TestInvalidFD,