freebsd-dev/tests/sys/audit
David Bright 0966fb1b74 Extend the length of dirpath to fix failure in kyua test
When an overlength path is set as the temporary directory for test
case sys/audit/inter-process:shm_unlink_success, the test will fail,
e.g.

```
root@freebsd:/usr/tests/sys/audit # env TMPDIR=/var/tmp/tests/kyua kyua test inter-process:shm_unlink_success
inter-process:shm_unlink_success  ->  failed: shm_unlink.*fileforaudit.*return,success not found in auditpipe within the time limit  [10.452s]

Results file id is usr_tests_sys_audit.20220412-221852-924310
Results saved to /root/.kyua/store/results.usr_tests_sys_audit.20220412-221852-924310.db

0/1 passed (1 failed)
```

The root cause is that dirpath is defined too small to handle it.

Reviewers:	vangyzen, dab
Differential Revision:	https://reviews.freebsd.org/D34885
Submitted by:	Yongbo Yao (yongbo.yao@dell.com)
Sponsored by:	Dell Technologies
2022-04-12 09:23:56 -07:00
..
administrative.c swapon(8): adapt to the new swapoff(2) interface 2021-12-09 02:48:59 +02:00
file-attribute-access.c tests/sys/audit: Skip extattr tests if extattrs are not supported 2021-02-02 09:55:19 +00:00
file-attribute-modify.c tests/sys/audit: Skip extattr tests if extattrs are not supported 2021-02-02 09:55:19 +00:00
file-close.c close_range: add audit support 2021-02-23 17:47:07 +00:00
file-create.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
file-delete.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
file-read.c
file-write.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
inter-process.c Extend the length of dirpath to fix failure in kyua test 2022-04-12 09:23:56 -07:00
ioctl.c audit(4): add tests for ioctl(2) 2018-06-19 01:32:33 +00:00
Makefile tests/sys/audit: force PIE off 2021-02-18 20:45:36 -05:00
miscellaneous.c audit(4): add tests for sysctl(3) and sysarch(2) 2018-07-29 20:34:44 +00:00
network.c Fix audit of chflagsat, lgetfh, and setfib 2018-07-22 14:11:52 +00:00
open.c audit(4): improve formatting in tests/sys/audit/open.c 2018-06-15 15:36:10 +00:00
process-control.c Fix and simplify code by using ATF_REQUIRE_FEATURE macro 2019-04-01 14:21:32 +00:00
utils.c tests/sys/audit: add missing comma delimiter between fields 2021-03-02 18:37:12 +00:00
utils.h tests/sys/audit: Skip extattr tests if extattrs are not supported 2021-02-02 09:55:19 +00:00