From eafcf253458515db4bb44211ef08f2de0035fb8c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 9 Oct 2025 00:34:23 +0200 Subject: [PATCH] In test.test, avoid confusingly naming host server as domain of client. --- src/tests/test.test | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tests/test.test b/src/tests/test.test index ec2bb89..ac08ebd 100644 --- a/src/tests/test.test +++ b/src/tests/test.test @@ -1,5 +1,3 @@ -# CONNECTED INTERACTIONS - # on /connect init databases, log in new windows > /connect foo.bar.baz foo:bar baz:foobarbazquux | standard-clears-in @@ -38,8 +36,8 @@ 2 ..< *** [server] *** Looking up your ident... :0:1 ..< :*.?.net NOTICE * :*** Looking up your hostname... 2 ..< *** [server] *** Looking up your hostname... -:0:1 ..< :*.?.net NOTICE * :*** Found your hostname (foo.bar.baz) -2 ..< *** [server] *** Found your hostname (foo.bar.baz) +:0:1 ..< :*.?.net NOTICE * :*** Found your hostname (bar.baz.foo) +2 ..< *** [server] *** Found your hostname (baz.bar.foo) :0:1 ..< PING :? 1 ..> PONG :? -- 2.30.2