fix plugin not found case in tests

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-01-04 22:06:12 -08:00
parent 2982243db6
commit 94aad7d423
1 changed files with 1 additions and 1 deletions

View File

@ -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"* ]]
} }