]> git.ozlabs.org Git - ccan/commitdiff
io: fix port clash in test.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Oct 2013 10:42:57 +0000 (21:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Oct 2013 10:42:57 +0000 (21:12 +1030)
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 <rusty@rustcorp.com.au>
ccan/io/test/run-set_alloc.c

index fd0c83a8bfd0acb3f5b926b7e7abeb28cf34d48e..61440056c8b8e5b37e9daf3ab3e764d24d57e8dc 100644 (file)
@@ -65,7 +65,7 @@ static void freefn(void *ptr)
 }
 
 #ifndef PORT
-#define PORT "65015"
+#define PORT "65115"
 #endif
 
 struct data {