pty test is not expected to fail any longer.
authorvisa <visa@openbsd.org>
Mon, 14 Feb 2022 06:39:19 +0000 (06:39 +0000)
committervisa <visa@openbsd.org>
Mon, 14 Feb 2022 06:39:19 +0000 (06:39 +0000)
regress/sys/kern/poll/Makefile

index fae72b6..7e85fa8 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.9 2021/12/27 16:20:20 visa Exp $
+#      $OpenBSD: Makefile,v 1.10 2022/02/14 06:39:19 visa Exp $
 
 PROGS=         poll_close poll_iocond poll_regevent pollnval pollretval
 LDADD=         -lpthread -lutil
@@ -18,7 +18,4 @@ run-regress-poll_iocond-${t}: poll_iocond
 .endfor
 CLEANFILES+=           iocond_fifo
 
-# pty test expects kqueue backend which sets POLLIN on HUP.
-REGRESS_EXPECTED_FAILURES+=    run-regress-poll_iocond-pty
-
 .include <bsd.regress.mk>