mirror of https://github.com/docker/docs.git
Merge pull request #1581 from vieux/fix_case_test
fix plugin not found case in tests
This commit is contained in:
commit
b2739245ce
|
|
@ -178,5 +178,5 @@ function teardown() {
|
||||||
|
|
||||||
# check error message
|
# check error message
|
||||||
[ "$status" -ne 0 ]
|
[ "$status" -ne 0 ]
|
||||||
[[ "${output}" == *"Plugin not found"* ]]
|
[[ "${output,,}" == *"plugin not found"* ]]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue