[Git][pacman/pacman][master] tests: fix order of fakechroot + fakeroot nesting
Allan McRae pushed to branch master at Pacman / Pacman Commits: 05f283b5 by Xiretza at 2023-09-19T17:55:24+10:00 tests: fix order of fakechroot + fakeroot nesting As noted in the fakechroot(1) man page, fakeroot and fakechroot might wrap the same C library functions. Arch Linux hit this recently with calls to stat(). It is important to start the fake environment in proper order - fakeroot should be started inside fakechroot. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 1 changed file: - test/pacman/pmtest.py View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/05f283b5ad8f5b8f995076e9... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/05f283b5ad8f5b8f995076e9... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)