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

index fae159d50636397c7cc331e784df3cac3ca581e8..ee6027b120242b42761c1675164b847970460933 100644 (file)
@@ -918,6 +918,7 @@ def test_main():
         MakedirTests,
         DevNullTests,
         URandomTests,
+        URandomFDTests,
         ExecvpeTests,
         Win32ErrorTests,
         TestInvalidFD,