mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
POSIX leaves the result of expanding ${#@} and ${#*} unspecified, but ensure
it is numeric.
28 lines
504 B
Makefile
28 lines
504 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
|
|
|
|
.PATH: ${.CURDIR:H}
|
|
ATF_TESTS_SH= functional_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
FILES= env1.0
|
|
FILES+= exitstatus1.0
|
|
FILES+= mail1.0
|
|
FILES+= mail2.0
|
|
FILES+= optind1.0
|
|
FILES+= optind2.0
|
|
FILES+= positional1.0
|
|
FILES+= positional2.0
|
|
FILES+= positional3.0
|
|
FILES+= positional4.0
|
|
FILES+= positional5.0
|
|
FILES+= positional6.0
|
|
FILES+= positional7.0
|
|
FILES+= positional8.0
|
|
FILES+= positional9.0
|
|
FILES+= pwd1.0
|
|
FILES+= pwd2.0
|
|
|
|
.include <bsd.test.mk>
|