[issue21934] OpenBSD has no /dev/full device

Daniel Dickman report at bugs.python.org
Mon Jul 7 17:30:13 CEST 2014


New submission from Daniel Dickman:

There is no /dev/full device on OpenBSD. If you run the 2.7 regress tests as root on OpenBSD, a /dev/full regular file will be created and the "test_write_full" test will fail. (because the subsequent write will succeed in writing to the /dev/full regular file).

To fix, change the test to check that /dev/full exists and is a character device.

Patch attached.

----------
components: Tests
messages: 222467
nosy: Daniel.Dickman
priority: normal
severity: normal
status: open
title: OpenBSD has no /dev/full device
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21934>
_______________________________________


More information about the Python-bugs-list mailing list