test(): close the pipe, just to shut up Purify.
diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py
index 5834575..f7f20f3 100644
--- a/Lib/test/test_select.py
+++ b/Lib/test/test_select.py
@@ -49,6 +49,7 @@
 				break
 			continue
 		print 'Heh?'
+	p.close()
 
 test()