[Bug 243839] sys.capsicum.capsicum-test.main fails after r357412

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 3 14:53:19 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243839

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
Example failure:

[ RUN      ] Capability.InheritanceForked
/usr/src/contrib/capsicum-test/capability-fd.cc:388: Failure
Expected equality of these values:
  93
  (* __error())
    Which is: 20
/usr/src/contrib/capsicum-test/capability-fd.cc:360: Failure
Expected equality of these values:
  0
  rc
    Which is: 1
[  FAILED  ] Capability.InheritanceForked (12 ms)

   387    file = openat(cap_dir, filename, O_WRONLY|O_APPEND);
   388    EXPECT_NOTCAPABLE(file);

errno 20 is ENOTDIR

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list