From 9cfe4a5a49a8a01332d9939aba297f05315de70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 6 Jul 2015 02:36:11 +0200 Subject: [PATCH] degesch: one final fix for the test script --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index cac7b2c..bfe6444 100755 --- a/test +++ b/test @@ -22,7 +22,7 @@ expect_after { # Connect to the daemon send "/server add localhost\n" expect "]" -send "/set localhost.addresses = \"localhost\"\n" +send "/set servers.localhost.addresses = \"localhost\"\n" expect "Option changed" send "/disconnect\n" expect "]"