chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
61498ac
)
server/tests.at (knock): Tell `bob' explicitly that `alice' is `ephemeral'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 25 May 2020 15:15:17 +0000
(16:15 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 25 May 2020 15:15:17 +0000
(16:15 +0100)
This is currently redundant, but I'm planning to modify the way
ephemeral peers work.
server/tests.at
patch
|
blob
|
blame
|
history
diff --git
a/server/tests.at
b/server/tests.at
index a86c179b8c8117e8a2e0ef2290ab68291f489a1d..5f8377a00a1bcb59f24fd16b9ba9f8c8c3fffcfe 100644
(file)
--- a/
server/tests.at
+++ b/
server/tests.at
@@
-795,7
+795,7
@@
WITH_2TRIPES([alice], [bob], [-nslip], [-talice], [-tbob], [
TRIPECTL -dalice
])& waiter=$!
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])
wait $waiter; waitrc=$?
AT_CHECK([echo $waitrc],, [0[]nl])