Message222467
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. |
|
Date |
User |
Action |
Args |
2014-07-07 15:30:14 | Daniel.Dickman | set | recipients:
+ Daniel.Dickman |
2014-07-07 15:30:13 | Daniel.Dickman | set | messageid: <1404747013.93.0.393614299649.issue21934@psf.upfronthosting.co.za> |
2014-07-07 15:30:13 | Daniel.Dickman | link | issue21934 messages |
2014-07-07 15:30:13 | Daniel.Dickman | create | |
|