Adjust test suite to account for the extra return "status ..." in ">stats"

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-10-05 17:53:35 +02:00
parent 95f76ad0e4
commit 94b08d8080
+2 -1
View File
@@ -27,7 +27,8 @@ load 'libs/bats-support/load'
[[ ${lines[7]} =~ "queries_cached 2" ]]
[[ ${lines[8]} == "clients_ever_seen 3" ]]
[[ ${lines[9]} == "unique_clients 3" ]]
[[ ${lines[10]} == "---EOM---" ]]
[[ ${lines[10]} == "status unknown" ]]
[[ ${lines[11]} == "---EOM---" ]]
}
@test "Top Clients" {