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