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");