]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15478: Fix test_os on FreeBSD
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 31 Oct 2012 00:12:55 +0000 (01:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 31 Oct 2012 00:12:55 +0000 (01:12 +0100)
commitbd54f0eb3aaef0ebf53cdc98bb16979e0add7b08
treed562b61269b139b0f759b3669990065d963e1861
parentf69055efba0019ecdccfbd6497361f4d7755c0d6
Issue #15478: Fix test_os on FreeBSD

Calling OS functions can fail with errors other than FileNotFoundError: a
FreeBSD buildbot fails for example with a PermissionError.
Lib/test/test_os.py