Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/system: CopyDirectory() do not chown files
If the source dir is owned by another user then the test the chown will fail assuming we run the tests rootless. This function is only used by the quadlet tests and for the purpose all we need is to read the files so the simple fix is remove the chown as this should make the tests pass on the special debian gating env. Fixes containers#24802 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information