summaryrefslogtreecommitdiff
path: root/tests/test-poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-poll.c')
-rw-r--r--tests/test-poll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-poll.c b/tests/test-poll.c
index d78698e4a5..ed9bd9e917 100644
--- a/tests/test-poll.c
+++ b/tests/test-poll.c
@@ -50,7 +50,7 @@
#define SO_REUSEPORT SO_REUSEADDR
#endif
-#define TEST_PORT 12345
+#define TEST_PORT 12345
/* Minimal testing infrastructure. */
@@ -268,7 +268,7 @@ test_accept_first (void)
close (s);
c = connect_to_socket (true);
if (poll1_nowait (c, POLLOUT | POLLWRNORM | POLLRDBAND)
- != (POLLOUT | POLLWRNORM))
+ != (POLLOUT | POLLWRNORM))
failed ("cannot write after blocking connect");
write (c, "foo", 3);
wait (&pid);