diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-10-09 11:29:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-10-09 11:29:05 +0000 |
commit | 434d02e3e9606d2f64d0fc753dc8f3d4f0838f7a (patch) | |
tree | a8a3f6ced07f2ac41cc63f298b555e059e68142e /regress | |
parent | 030e704e9f57bf15379a00e029a76b10a771394a (diff) |
Add POLLHUP to expected revents for POLLIN on writer EOF.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/fifofs/fifotest.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/fifofs/fifotest.out b/regress/sys/fifofs/fifotest.out index b4f5c270874..c0accede612 100644 --- a/regress/sys/fifofs/fifotest.out +++ b/regress/sys/fifofs/fifotest.out @@ -139,12 +139,12 @@ Opened fifo for reading fi.fo.fum (nonblocking) Testing EOF FIFO behavior (pass 2): poll POLLIN, timeout=-1 - 1 fd(s) ready, revents == POLLIN + 1 fd(s) ready, revents == POLLIN POLLHUP received EOF from FIFO Testing EOF FIFO behavior (pass 3): poll POLLIN, timeout=-1 - 1 fd(s) ready, revents == POLLIN + 1 fd(s) ready, revents == POLLIN POLLHUP received EOF from FIFO Opened fifo for reading fi.fo.fum (nonblocking) |