Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Ensure backup/restore preserves file attributes
I noticed some test failures in tests that check ownership/permissions of config files. The tests were recently changed to reuse the same VM, so I suspect config files were not being backed up/restored with the correct file attributes. Use `cp -a` to preserve all file attributes. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information