degesch: fix the test script

This commit is contained in:
Přemysl Eric Janouch 2015-07-05 20:35:28 +02:00
parent 096a179e09
commit a1ef81d64b
1 changed files with 3 additions and 1 deletions

4
test
View File

@ -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 "]"