opnsense-src/usr.bin/tail/tests
Dag-Erling Smørgrav d81c64d165 tail: Fix -b, -c, -n options
Switching from strtoll() to expand_number() was improper at the time as
it only accepted positive numbers.  Now that it also accepts negative
numbers, the -b option is still broken because the same commit that
switched to expand_number() also dropped the multiplication by units.

Fixes:		643ac419fa
Reviewed by:	delphij
Differential Revision:	https://reviews.freebsd.org/D51757
2025-08-06 22:43:13 +02:00
..
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
tail_test.sh tail: Fix -b, -c, -n options 2025-08-06 22:43:13 +02:00