mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
This commit fixes bug: command "jail -r" didn't trigger pre/post stop commands (and others) defined in config file if jid is specified insted of name. Also it adds basic tests for usr.sbin/jail to avoid regression. Reviewed by: jamie, kevans, ray MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D21328
9 lines
130 B
Makefile
9 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= jail_basic_test
|
|
|
|
${PACKAGE}FILES+= commands.jail.conf
|
|
|
|
.include <bsd.test.mk>
|