containers / bubblewrap

Low-level unprivileged sandboxing tool used by Flatpak and similar projects
Other
3.75k stars 230 forks source link

tests: Skip test when host /mnt is a symlink #599

Closed swick closed 9 months ago

swick commented 9 months ago

The test wants to mount /tmp on /mnt but /mnt comes from the host and can be a symlink in which case the test fails. Skip the test in this situation.