diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-06 02:36:11 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-06 02:36:11 +0200 |
commit | 9cfe4a5a49a8a01332d9939aba297f05315de70a (patch) | |
tree | 6f317998aa986c65eddd30d9ae4c2e843331ca61 | |
parent | aa39445afb93b8c3c426f37c7cda5afe984e8912 (diff) | |
download | xK-9cfe4a5a49a8a01332d9939aba297f05315de70a.tar.gz xK-9cfe4a5a49a8a01332d9939aba297f05315de70a.tar.xz xK-9cfe4a5a49a8a01332d9939aba297f05315de70a.zip |
degesch: one final fix for the test script
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "]" |