Browse Source

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 <rusty@rustcorp.com.au>
Rusty Russell 12 years ago
parent
commit
efd79fad55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/io/test/run-set_alloc.c

+ 1 - 1
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 {