commit | ab6b9f8a5b033abaa5a8c19ddc19ab402851c0d7 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Mar 17 04:30:08 2015 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Mar 17 04:30:08 2015 -0700 |
tree | 4eeaa8ef8b1cef06e60596e045b299ec2d089976 | |
parent | 6a98002d473557b1d8b2481e506adc3a148d1d51 [diff] [blame] |
Issue #22585: make URandomFDTests test case actually run
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 3dc96a3..31f2cc3 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -2567,6 +2567,7 @@ MakedirTests, DevNullTests, URandomTests, + URandomFDTests, ExecTests, Win32ErrorTests, TestInvalidFD,