degesch: one final fix for the test script

This commit is contained in:
Přemysl Eric Janouch 2015-07-06 02:36:11 +02:00
parent aa39445afb
commit 9cfe4a5a49
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -22,7 +22,7 @@ expect_after {
# Connect to the daemon # Connect to the daemon
send "/server add localhost\n" send "/server add localhost\n"
expect "]" expect "]"
send "/set localhost.addresses = \"localhost\"\n" send "/set servers.localhost.addresses = \"localhost\"\n"
expect "Option changed" expect "Option changed"
send "/disconnect\n" send "/disconnect\n"
expect "]" expect "]"