38d84d683e
Previously, symlinks in FreeBSD were artificially limited to PATH_MAX-2. Add a short test case to verify the change. Submitted by: Gaurav Gangalwar <ggangalwar AT isilon.com> Reviewed by: kib Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12589
15 lines
225 B
Makefile
15 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vfs
|
|
|
|
ATF_TESTS_C+= lookup_cap_dotdot
|
|
CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
|
|
|
|
#ATF_TESTS_SH+= lookup_test
|
|
|
|
TAP_TESTS_SH+= trailing_slash
|
|
|
|
.include <bsd.test.mk>
|