diff options
author | Guido van Rossum <guido@python.org> | 1999-03-11 13:26:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-03-11 13:26:23 (GMT) |
commit | 59e4f37d76c29c3133c5441ed60b1b4ae79a3776 (patch) | |
tree | 767eda91cac1d5638f7d4b981702fb46f3a6b2ec /Lib/test/output/test_popen2 | |
parent | a060fb2598d3cebbf6c6459c39eeffa6913eceb3 (diff) | |
download | cpython-59e4f37d76c29c3133c5441ed60b1b4ae79a3776.zip cpython-59e4f37d76c29c3133c5441ed60b1b4ae79a3776.tar.gz cpython-59e4f37d76c29c3133c5441ed60b1b4ae79a3776.tar.bz2 |
Test for popen2 module, by Chris Tismer.
Diffstat (limited to 'Lib/test/output/test_popen2')
-rw-r--r-- | Lib/test/output/test_popen2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_popen2 b/Lib/test/output/test_popen2 new file mode 100644 index 0000000..e13034d --- /dev/null +++ b/Lib/test/output/test_popen2 @@ -0,0 +1,5 @@ +test_popen2 +testing popen2... +testing popen3... +All OK + |