Skip to content

Commit

Permalink
Fix unit tests for "podman-env --unset"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Nov 9, 2020
1 parent 0f2c638 commit 76c62af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/minikube/cmd/podman-env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export MINIKUBE_ACTIVE_PODMAN="bash"
# To point your shell to minikube's podman service, run:
# eval $(minikube -p bash podman-env)
`,
`unset CONTAINER_HOST CONTAINER_SSHKEY MINIKUBE_ACTIVE_PODMAN
`unset CONTAINER_HOST;
unset CONTAINER_SSHKEY;
unset MINIKUBE_ACTIVE_PODMAN;
`,
},
}
Expand Down

0 comments on commit 76c62af

Please sign in to comment.