1PACKAGE= tests 2 3ATF_TESTS_SH+= jail_basic_test 4 5${PACKAGE}FILES+= commands.jail.conf 6# The different test cases create jails with the same name. 7TEST_METADATA+= is_exclusive="true" 8 9.include <bsd.test.mk> 10
1PACKAGE= tests 2 3ATF_TESTS_SH+= jail_basic_test 4 5${PACKAGE}FILES+= commands.jail.conf 6# The different test cases create jails with the same name. 7TEST_METADATA+= is_exclusive="true" 8 9.include <bsd.test.mk> 10