Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
The error message was changed in docker/machine#2406
  • Loading branch information
legal90 committed Dec 29, 2015
1 parent bb45631 commit 9e68479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bats/core-commands.bats
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ load ${BASE_TEST_DIR}/helpers.bash
run machine env $NAME
echo ${output}
[ "$status" -eq 1 ]
[[ ${output} == *"not running. Please start"* ]]
[[ ${output} == *"not running"* ]]
}

@test "$DRIVER: machine should not allow upgrade when stopped" {
Expand Down

0 comments on commit 9e68479

Please sign in to comment.