From: Rusty Russell Date: Tue, 29 Oct 2013 10:42:57 +0000 (+1030) Subject: io: fix port clash in test. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=efd79fad55845cf71f822cda6b334a2b9eb27baf io: fix port clash in test. Both run-set_alloc and run-15-timeout used the same port, so they sometimes got stuck when running in parallel. Signed-off-by: Rusty Russell --- diff --git a/ccan/io/test/run-set_alloc.c b/ccan/io/test/run-set_alloc.c index fd0c83a8..61440056 100644 --- a/ccan/io/test/run-set_alloc.c +++ b/ccan/io/test/run-set_alloc.c @@ -65,7 +65,7 @@ static void freefn(void *ptr) } #ifndef PORT -#define PORT "65015" +#define PORT "65115" #endif struct data {