mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 19:06:52 -04:00
If the underlying provider's physical path is null, then the gpart device's physical path will be, too. Otherwise, it will append the partition name, such as "/p1" or "/s1/a". This will make gpart work better with zfsd(8). PR: 224965 MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D14010
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
|
|
|
|
# TODO: port the perl tests in tools/regression/geom_gpt
|
|
ATF_TESTS_SH+= misc
|
|
|
|
.include <bsd.test.mk>
|