aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-06 02:36:11 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-06 02:36:11 +0200
commit9cfe4a5a49a8a01332d9939aba297f05315de70a (patch)
tree6f317998aa986c65eddd30d9ae4c2e843331ca61 /test
parentaa39445afb93b8c3c426f37c7cda5afe984e8912 (diff)
downloadxK-9cfe4a5a49a8a01332d9939aba297f05315de70a.tar.gz
xK-9cfe4a5a49a8a01332d9939aba297f05315de70a.tar.xz
xK-9cfe4a5a49a8a01332d9939aba297f05315de70a.zip
degesch: one final fix for the test script
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
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 "]"