diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-05 20:43:31 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-05 20:43:31 +0200 |
commit | 1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236 (patch) | |
tree | 9a7e64f9c927802e2368e22f294d79ab26d0ed9b /test | |
parent | a1ef81d64be5906d8a984654f197e3ddd7578aba (diff) | |
download | xK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.tar.gz xK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.tar.xz xK-1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236.zip |
degesch: actually fix the test script
Diffstat (limited to 'test')
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |