mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 06:55:18 -04:00
In the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causes the extattr audit tests to fail since tmpfs does not (yet) support extattrs. Skip those tests if the target path is on a file system that does not support extended file attributes. While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...) checks to use ATF_REQURIE_ERRNO(). Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28392 |
||
|---|---|---|
| .. | ||
| administrative.c | ||
| file-attribute-access.c | ||
| file-attribute-modify.c | ||
| file-close.c | ||
| file-create.c | ||
| file-delete.c | ||
| file-read.c | ||
| file-write.c | ||
| inter-process.c | ||
| ioctl.c | ||
| Makefile | ||
| miscellaneous.c | ||
| network.c | ||
| open.c | ||
| process-control.c | ||
| utils.c | ||
| utils.h | ||