add checkFileCompletion for env HELM_BIN

Signed-off-by: Yuchen Cheng <rudeigerc@gmail.com>
pull/8227/head
Yuchen Cheng 5 years ago committed by Vlad Fratila
parent 466db1b7dd
commit 7fff3931a6

@ -31,4 +31,5 @@ func TestEnv(t *testing.T) {
func TestEnvFileCompletion(t *testing.T) { func TestEnvFileCompletion(t *testing.T) {
checkFileCompletion(t, "env", false) checkFileCompletion(t, "env", false)
checkFileCompletion(t, "env HELM_BIN", false)
} }

Loading…
Cancel
Save