summaryrefslogtreecommitdiff
path: root/Lib/test/test_select.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1997-01-14 17:49:15 +0000
committerBarry Warsaw <barry@python.org>1997-01-14 17:49:15 +0000
commitbd8a91198d05bb0a8f75329e7cc22c49110fbcac (patch)
tree8d529c6221ca5eeabf755a8c092a7936f05fece9 /Lib/test/test_select.py
parent93d29b689509ddbd54ae8ea009c6731fba82cb81 (diff)
downloadcpython-git-bd8a91198d05bb0a8f75329e7cc22c49110fbcac.tar.gz
test(): close the pipe, just to shut up Purify.
Diffstat (limited to 'Lib/test/test_select.py')
-rw-r--r--Lib/test/test_select.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py
index 5834575c7d..f7f20f327c 100644
--- a/Lib/test/test_select.py
+++ b/Lib/test/test_select.py
@@ -49,6 +49,7 @@ def test():
break
continue
print 'Heh?'
+ p.close()
test()