aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest4
1 files changed, 3 insertions, 1 deletions
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 "]"