aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-05 20:35:28 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-05 20:35:28 +0200
commita1ef81d64be5906d8a984654f197e3ddd7578aba (patch)
tree89ad1981b6ed3e8aefebe7367bcc35434246e310 /test
parent096a179e096a608aa85279f4c6613a0b0bdcd3fe (diff)
downloadxK-a1ef81d64be5906d8a984654f197e3ddd7578aba.tar.gz
xK-a1ef81d64be5906d8a984654f197e3ddd7578aba.tar.xz
xK-a1ef81d64be5906d8a984654f197e3ddd7578aba.zip
degesch: fix the test script
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 "]"