NetBSD/tests/fs/ffs
gson 912167fe43 Remove non-functional cleanup code from test_case() and test_case_root().
It had no effect because RUMP_SOCKETS_LIST is not set in the shell
running the cleanup phase.  Even if RUMP_SOCKETS_LIST had been set,
the code would still not have worked correctly because it ran
rump.halt via "atf_check -s exit:1", which would cause the first
successful halting of a rump processes to be treated as a failure
and abort the cleanup without halting any other rump processes still
running.
2020-08-20 07:23:20 +00:00
..
Makefile PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, 2020-05-15 23:32:27 +00:00
ffs_common.sh Remove non-functional cleanup code from test_case() and test_case_root(). 2020-08-20 07:23:20 +00:00
h_ffs_server.c
h_quota2_tests.c
quotas_common.sh
t_clearquota.sh
t_extattr.c make sure that 0 length files get their extattrs cleaned up on deletion 2020-04-12 23:52:20 +00:00
t_fifos.c return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
t_getquota.sh
t_miscquota.sh
t_mount.c
t_quota2_1.c
t_quota2_remount.c
t_quotalimit.sh
t_setquota.sh
t_snapshot.c
t_snapshot_log.c
t_snapshot_v2.c
t_update_log.c