From 14846166c634f179ecc403d088714c3f46e7cc7a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 8 Jun 2026 22:00:37 +0100 Subject: [PATCH] Update test/integration/framework/znctest.cpp Co-authored-by: dgw --- test/integration/framework/znctest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/framework/znctest.cpp b/test/integration/framework/znctest.cpp index 5165e46d..fc0dcb8a 100644 --- a/test/integration/framework/znctest.cpp +++ b/test/integration/framework/znctest.cpp @@ -49,7 +49,7 @@ void WriteConfig(QString path) { #if HAVE_LIBSSL p.ReadUntil("Server uses SSL?"); p.Write(); #endif - p.ReadUntil("Server port"); p.Write(); + p.ReadUntil("Server port"); p.Write(); p.ReadUntil("password"); p.Write(); p.ReadUntil("channels"); p.Write(); p.ReadUntil("Launch ZNC now?"); p.Write("no");