Update Bash completion tests
This commit is contained in:
parent
d3da5a340d
commit
5382774848
@ -262,7 +262,7 @@ describe Homebrew::Completions do
|
|||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
*)
|
*) ;;
|
||||||
esac
|
esac
|
||||||
__brew_complete_formulae
|
__brew_complete_formulae
|
||||||
}
|
}
|
||||||
@ -287,7 +287,7 @@ describe Homebrew::Completions do
|
|||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
*)
|
*) ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
COMPLETION
|
COMPLETION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user