docker-machine-completion: enable extglob
This commit is contained in:
parent
950648d83f
commit
56cf89532f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue