docker-machine-completion: enable extglob

This commit is contained in:
JCount 2017-06-06 03:05:12 -04:00 committed by ilovezfs
parent 950648d83f
commit 56cf89532f

View file

@ -17,6 +17,6 @@ class DockerMachineCompletion < Formula
test do
assert_match "-F _docker_machine",
shell_output("bash -c 'source #{bash_completion}/docker-machine.bash && complete -p docker-machine'")
shell_output("bash -O extglob -c 'source #{bash_completion}/docker-machine.bash && complete -p docker-machine'")
end
end