mirror of
https://github.com/containers/podman.git
synced 2026-07-08 14:25:04 -04:00
Right now the tmpdir for the test and cli are are the same and worse the root/runroot directories are subdirectories of the tmpdir so tests can create conflicting files. Also for rootless remote builds this cuases problems for all tests which uses the main tmpdir as context dir as they then try to copy the storage files with different uids which will fail. Commit79e7b0f6fdtried to work around it but it is not enough as much more tests use this pattern. So to fix this once and for all properly separate them. And then fixup a few test cases that depended on the wrong value and make them use the proper root value directly. Signed-off-by: Paul Holzinger <pholzing@redhat.com> (cherry picked from commit6e20527004) Signed-off-by: Paul Holzinger <pholzing@redhat.com>