From ab6b9f8a5b033abaa5a8c19ddc19ab402851c0d7 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 17 Mar 2015 04:30:08 -0700 Subject: [PATCH] Issue #22585: make URandomFDTests test case actually run --- Lib/test/test_os.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 3dc96a3fcee..31f2cc36e6a 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,