diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 22:33:55 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 22:33:55 (GMT) |
commit | 5bb97e66dcbb110877ac17209c7d2641db6f6006 (patch) | |
tree | 7e8ae64ff6bc4b752ee0f15c894896772d3fd876 /Lib | |
parent | 4c641d0ce1cc764f300e8c6863eaaf37c956a8d2 (diff) | |
download | cpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.zip cpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.tar.gz cpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.tar.bz2 |
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 6848367..6acd18b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -633,6 +633,7 @@ _expectations = { test_poll test_popen test_popen2 + test_posix test_pty test_pwd test_resource |