On Tue, Apr 8, 2025 at 5:53 PM Aaron Merey <ame...@redhat.com> wrote:
Hi Aaron, > Thanks for adding these testcases. I have one nitpick, instead of > adding a whole new testfile-sysroot-link.tar.bz2 can you just add the > needed symlinks to testfile-sysroot.tar.bz2? With these changes plus > those recommended by Dmitry this patch will be ready for merging and > will make it into the 0.193 release. I finally got back to this patchset but I am wondering how to address your nitpick. Difference is that in one case $sysroot/usr/bin/bash is an actual binary and in another case it is a symlink. Hence it can't be both at the same time, so I guess you want me to "rewire" things in $sysroot during test runtime, i.e. before testing the other scenario I will turn /usr/bin/bash into absolute symlink to /bin/bash, right? Michal