Merge pull request #1581 from vieux/fix_case_test

fix plugin not found case in tests
This commit is contained in:
Alexandre Beslic 2016-01-04 22:27:06 -08:00
commit b2739245ce
1 changed files with 1 additions and 1 deletions

View File

@ -178,5 +178,5 @@ function teardown() {
# check error message
[ "$status" -ne 0 ]
[[ "${output}" == *"Plugin not found"* ]]
[[ "${output,,}" == *"plugin not found"* ]]
}