degesch: fix the test script
This commit is contained in:
parent
096a179e09
commit
a1ef81d64b
4
test
4
test
|
@ -20,7 +20,9 @@ expect_after {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Connect to the daemon
|
# Connect to the daemon
|
||||||
send "/set server.addresses = \"localhost\"\n"
|
send "/server add localhost"
|
||||||
|
expect "]"
|
||||||
|
send "/set localhost.addresses = \"localhost\"\n"
|
||||||
expect "Option changed"
|
expect "Option changed"
|
||||||
send "/disconnect\n"
|
send "/disconnect\n"
|
||||||
expect "]"
|
expect "]"
|
||||||
|
|
Loading…
Reference in New Issue