Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fix rootdir test for today's Fedora
Something has changed in the Fedora's Kernel (in F39 or F40?) so that special files do not work correctly below /tmp: $ sudo mknod -m 666 /tmp/null c 1 3 $ cat /tmp/null cat: /tmp/null: Permission denied This has broken our 22-rootdir.tst - the fix for this is to create the rootdir below "$HOME" (one of the possibilities). While touching this file, let's separate the --rootdir directories for both isolation types.
- Loading branch information