Merge pull request #20736 from deads2k/kubeconfig-bug

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-09 03:05:36 -08:00
commit 5512522362

View File

@ -66,6 +66,7 @@ func (test currentContextTest) run(t *testing.T) {
pathOptions := NewDefaultPathOptions()
pathOptions.GlobalFile = fakeKubeFile.Name()
pathOptions.EnvVar = ""
options := CurrentContextOptions{
ConfigAccess: pathOptions,
}