diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-07-21 11:57:23 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-07-21 18:04:11 +0200 |
commit | 19f4a463ed790ab2f527fba7385f0dcba7247379 (patch) | |
tree | 0c77dad9ba2d16269715f6a1d206574c67dee5a7 /version | |
parent | 604920dd1101c030545f4ff547b86a507b5c3ff1 (diff) | |
download | podman-19f4a463ed790ab2f527fba7385f0dcba7247379.tar.gz podman-19f4a463ed790ab2f527fba7385f0dcba7247379.tar.bz2 podman-19f4a463ed790ab2f527fba7385f0dcba7247379.zip |
pkg/machine/e2e: do not import from cmd/podman
The same problem again as 4374038cc67405e3f5555b1870d5bb7f6570fa5d.
Also fix the incorrect --format autocompletion struct.
It should be avoided to import cmd/podman/... packages from outside of
cmd/podman. This can lead in weird hard to debug import paths but also
can have negative consequences when imported in unit tests. In this case
it will set XDG_CONFIG_HOME and thus the machine tests this dir over the
tmp HOME env variable which is set at a later point. This caused machine
files to be leaked into the actual users home dir.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'version')
0 files changed, 0 insertions, 0 deletions