From 63ab7bb3c865991c5ddc477947bb819ebf2d0857 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 31 Jul 2017 22:00:27 +0000 Subject: [PATCH] Allow changing the test PORT at compile-time. Sponsored by: Dell EMC Isilon --- tests/sys/file/newfileops_on_fork_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/file/newfileops_on_fork_test.c b/tests/sys/file/newfileops_on_fork_test.c index d63bd4d1c3b..813615bfebc 100644 --- a/tests/sys/file/newfileops_on_fork_test.c +++ b/tests/sys/file/newfileops_on_fork_test.c @@ -50,7 +50,9 @@ #include #include +#ifndef PORT #define PORT 9000 +#endif static int listen_fd;