From 5eaf2281b6c217a6ddabc3a692fc7219083ac836 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 25 May 2020 16:15:17 +0100 Subject: [PATCH] server/tests.at (knock): Tell `bob' explicitly that `alice' is `ephemeral'. This is currently redundant, but I'm planning to modify the way ephemeral peers work. --- server/tests.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests.at b/server/tests.at index a86c179b..5f8377a0 100644 --- a/server/tests.at +++ b/server/tests.at @@ -795,7 +795,7 @@ WITH_2TRIPES([alice], [bob], [-nslip], [-talice], [-tbob], [ TRIPECTL -dalice ])& waiter=$! - AT_CHECK([TRIPECTL -dbob ADD -knock bob alice INET 127.0.0.1 $alice_from_bob]) + AT_CHECK([TRIPECTL -dbob ADD -knock bob -ephemeral alice INET 127.0.0.1 $alice_from_bob]) wait $waiter; waitrc=$? AT_CHECK([echo $waitrc],, [0[]nl]) -- 2.11.0