diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-16 21:15:35 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-16 21:15:35 (GMT) |
commit | 6de691d78ce696d897e4c58c3fc8fd7d3f6f1359 (patch) | |
tree | 200227d2f89f0e0b81068043f63ac7b321984068 | |
parent | 1b4145dbb3343849c83013f64f7441bf1077ba6c (diff) | |
download | cpython-6de691d78ce696d897e4c58c3fc8fd7d3f6f1359.zip cpython-6de691d78ce696d897e4c58c3fc8fd7d3f6f1359.tar.gz cpython-6de691d78ce696d897e4c58c3fc8fd7d3f6f1359.tar.bz2 |
Remove test/output/test_popen2 (missed in r54417).
-rw-r--r-- | Lib/test/output/test_popen2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/test/output/test_popen2 b/Lib/test/output/test_popen2 deleted file mode 100644 index a66cde9..0000000 --- a/Lib/test/output/test_popen2 +++ /dev/null @@ -1,9 +0,0 @@ -test_popen2 -Test popen2 module: -testing popen2... -testing popen3... -All OK -Testing os module: -testing popen2... -testing popen3... -All OK |