Page MenuHomeFreeBSD

tests: Add a regression test for commit 7587f6d4840f8
ClosedPublic

Authored by markj on May 26 2025, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 3:10 AM
Unknown Object (File)
Thu, Sep 18, 1:50 PM
Unknown Object (File)
Wed, Sep 17, 4:18 AM
Unknown Object (File)
Sep 11 2025, 1:45 PM
Unknown Object (File)
Sep 6 2025, 7:28 PM
Unknown Object (File)
Sep 4 2025, 12:51 PM
Unknown Object (File)
Sep 3 2025, 1:23 PM
Unknown Object (File)
Aug 31 2025, 9:35 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.May 26 2025, 1:57 PM
kib added inline comments.
tests/sys/kern/jail_lookup_root.c
53

Why not spawn mount(8)?

This revision is now accepted and ready to land.May 27 2025, 10:33 AM
tests/sys/kern/jail_lookup_root.c
53

It just seemed easier to get useful error checking and error messages this way.