Acknowlede that FTL shows a hint about creating a new history file on the the first run

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-07-22 22:35:14 +02:00
parent ce4e10044d
commit a9fd5ce60e
+1 -1
View File
@@ -465,5 +465,5 @@
@test "LUA: Interpreter returns FTL version" {
run bash -c './pihole-FTL lua -e "print(pihole.ftl_version())"'
printf "%s\n" "${lines[@]}"
[[ ${lines[0]} == "v"* ]]
[[ ${lines[0]} == "v"* || ${lines[1]} == "v"* ]]
}