Add tests for the recent resource module change.

Also add a test that Python doesn't die with SIGXFSZ if it exceeds the
file rlimit.  (Assuming this will also test the behavior when the 2GB
limit is exceed on a platform that doesn't have large file support.)
This commit is contained in:
Jeremy Hylton 2002-04-23 20:21:22 +00:00
parent d95efe4257
commit 74ce77f0e6
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,2 @@
test_resource
True