diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-16 21:15:35 +0000 |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-16 21:15:35 +0000 |
commit | 6de691d78ce696d897e4c58c3fc8fd7d3f6f1359 (patch) | |
tree | 200227d2f89f0e0b81068043f63ac7b321984068 | |
parent | 1b4145dbb3343849c83013f64f7441bf1077ba6c (diff) | |
download | cpython-git-6de691d78ce696d897e4c58c3fc8fd7d3f6f1359.tar.gz |
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 a66cde934d..0000000000 --- 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 |