mirror of https://github.com/docker/docs.git
fix plugin not found case in tests
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
2982243db6
commit
94aad7d423
|
@ -178,5 +178,5 @@ function teardown() {
|
|||
|
||||
# check error message
|
||||
[ "$status" -ne 0 ]
|
||||
[[ "${output}" == *"Plugin not found"* ]]
|
||||
[[ "${output,,}" == *"plugin not found"* ]]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue