Skip to content

Commit 1808a8a

Browse files
Shrey-Nencukou
andauthored
Update based on suggestion
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 4564e1f commit 1808a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def test_fsize_enforced(self):
6666
# Close will attempt to flush the byte we wrote
6767
# Restore limit first to avoid getting a spurious error
6868
resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max_lim))
69+
6970
@unittest.skipIf(sys.platform == "vxworks",
7071
"setting RLIMIT_FSIZE is not supported on VxWorks")
7172
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')

0 commit comments

Comments
 (0)