From 2ded400f638a7f87b3718f3395c78f622c0dc825 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Mon, 21 Jun 1999 18:48:42 +0000 Subject: [PATCH] Don't expect async-logout when sessions are disconnected. --- src/server/testsuite/lyskomd.0/07.exp | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/server/testsuite/lyskomd.0/07.exp b/src/server/testsuite/lyskomd.0/07.exp index 186af912..3c6bffc1 100644 --- a/src/server/testsuite/lyskomd.0/07.exp +++ b/src/server/testsuite/lyskomd.0/07.exp @@ -90,15 +90,15 @@ client_death 6 talk_to client 3 send "1 55 3\n" simple_expect "=1" -simple_expect ":2 13 0 3" +# simple_expect ":2 13 0 3" client_death 3 talk_to client 1 -simple_expect ":2 13 0 3" +# simple_expect ":2 13 0 3" talk_to client 2 -simple_expect ":2 13 0 3" +# simple_expect ":2 13 0 3" talk_to client 4 -simple_expect ":2 13 0 3" +# simple_expect ":2 13 0 3" # fd 15 client_start 7 @@ -146,40 +146,40 @@ simple_expect "=34 5" talk_to client 1 send "2 55 0\n" simple_expect "=2" -simple_expect ":2 13 0 1" +# simple_expect ":2 13 0 1" client_death 1 talk_to client 2 -simple_expect ":2 13 0 1" +# simple_expect ":2 13 0 1" talk_to client 4 -simple_expect ":2 13 0 1" +# simple_expect ":2 13 0 1" talk_to client 7 -simple_expect ":2 13 0 1" +# simple_expect ":2 13 0 1" talk_to client 2 send "20 55 0\n" simple_expect "=20" -simple_expect ":2 13 0 2" +# simple_expect ":2 13 0 2" client_death 2 talk_to client 4 -simple_expect ":2 13 0 2" +# simple_expect ":2 13 0 2" talk_to client 7 -simple_expect ":2 13 0 2" +# simple_expect ":2 13 0 2" talk_to client 4 send "24 55 0\n" simple_expect "=24" -simple_expect ":2 13 0 4" +# simple_expect ":2 13 0 4" client_death 4 talk_to client 7 -simple_expect ":2 13 0 4" +# simple_expect ":2 13 0 4" talk_to client 7 send "27 55 0\n" simple_expect "=27" -simple_expect ":2 13 0 5" +# simple_expect ":2 13 0 5" client_death 7 client_start 8 -- GitLab