aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-05 20:43:31 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-05 20:43:31 +0200
commit1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236 (patch)
tree9a7e64f9c927802e2368e22f294d79ab26d0ed9b /test
parenta1ef81d64be5906d8a984654f197e3ddd7578aba (diff)
downloadxK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.tar.gz
xK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.tar.xz
xK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.zip
degesch: actually fix the test script
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 8dfb158..cac7b2c 100755
--- a/test
+++ b/test
@@ -20,7 +20,7 @@ expect_after {
}
# Connect to the daemon
-send "/server add localhost"
+send "/server add localhost\n"
expect "]"
send "/set localhost.addresses = \"localhost\"\n"
expect "Option changed"