degesch: actually fix the test script

This commit is contained in:
Přemysl Eric Janouch 2015-07-05 20:43:31 +02:00
parent a1ef81d64b
commit 1a7ac7b3ca
1 changed files with 1 additions and 1 deletions

2
test
View File

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