From: Mark Wooding Date: Mon, 25 May 2020 15:15:17 +0000 (+0100) Subject: server/tests.at (knock): Tell `bob' explicitly that `alice' is `ephemeral'. X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/5eaf2281b6c217a6ddabc3a692fc7219083ac836 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. --- 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])