mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
fc96358cdd
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
7 lines
106 B
Makefile
7 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/truncate
|
|
ATF_TESTS_SH= truncate_test
|
|
|
|
.include <bsd.test.mk>
|