freebsd-src/usr.sbin/jail/tests/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

11 lines
214 B
Makefile

PACKAGE= tests
ATF_TESTS_SH+= jail_basic_test
${PACKAGE}FILES+= commands.jail.conf
# The different test cases create jails with the same name.
TEST_METADATA+= is_exclusive="true"
.include <bsd.test.mk>