summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5f39f64340..98a21298fd 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1632,6 +1632,7 @@ def test_main():
LinkTests,
TestSendfile,
ProgramPriorityTests,
+ TemporaryFileTests,
)
if __name__ == "__main__":