mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
The change to expand_number (r204654) broke detection of too large sizes and
relative sizes ('+'/'-').
Also add some tests.
PR: 190735
Submitted by: Kirk Russell
MFC after: 1 week
6 lines
106 B
Makefile
6 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/truncate
|
|
ATF_TESTS_SH= truncate_test
|
|
|
|
.include <bsd.test.mk>
|