]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #22585: make URandomFDTests test case actually run
authorNed Deily <nad@acm.org>
Tue, 17 Mar 2015 11:30:08 +0000 (04:30 -0700)
committerNed Deily <nad@acm.org>
Tue, 17 Mar 2015 11:30:08 +0000 (04:30 -0700)
Lib/test/test_os.py

index 3dc96a3fcee1f37b444dd1b29673bf3e5c8ef8a7..31f2cc36e6a98c0ef3d59c1dcb0b2b59975f3a08 100644 (file)
@@ -2567,6 +2567,7 @@ def test_main():
         MakedirTests,
         DevNullTests,
         URandomTests,
+        URandomFDTests,
         ExecTests,
         Win32ErrorTests,
         TestInvalidFD,