From a1ef81d64be5906d8a984654f197e3ddd7578aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 5 Jul 2015 20:35:28 +0200 Subject: [PATCH] degesch: fix the test script --- test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test b/test index daef9f8..8dfb158 100755 --- a/test +++ b/test @@ -20,7 +20,9 @@ expect_after { } # Connect to the daemon -send "/set server.addresses = \"localhost\"\n" +send "/server add localhost" +expect "]" +send "/set localhost.addresses = \"localhost\"\n" expect "Option changed" send "/disconnect\n" expect "]"