diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-04-23 20:21:22 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-04-23 20:21:22 (GMT) |
commit | 74ce77f0e67f0d67a3ae0d35ae11c7c48a7a67a5 (patch) | |
tree | 3448c424aaaf8f37defca17d1b651d2f09458785 /Lib/test/output/test_resource | |
parent | d95efe4257b7d7aa95e273c2cb206b1d72c57cad (diff) | |
download | cpython-74ce77f0e67f0d67a3ae0d35ae11c7c48a7a67a5.zip cpython-74ce77f0e67f0d67a3ae0d35ae11c7c48a7a67a5.tar.gz cpython-74ce77f0e67f0d67a3ae0d35ae11c7c48a7a67a5.tar.bz2 |
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.)
Diffstat (limited to 'Lib/test/output/test_resource')
-rw-r--r-- | Lib/test/output/test_resource | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_resource b/Lib/test/output/test_resource new file mode 100644 index 0000000..aafed83 --- /dev/null +++ b/Lib/test/output/test_resource @@ -0,0 +1,2 @@ +test_resource +True |