truncate(1): Update tests' golden output

After commit 5ee2c35751 truncate(1)'s usage output was extended.
Update the golden output in test cases to match the changes made.

Sponsored by:	The FreeBSD Foundation
Reviewed by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D31628
This commit is contained in:
Ka Ho Ng 2021-08-21 17:03:14 +08:00
parent c4622b01d2
commit ce71a0fa99

View file

@ -59,6 +59,7 @@ create_stderr_usage_file()
_custom_create_file print \
"usage: truncate [-c] -s [+|-|%|/]size[K|k|M|m|G|g|T|t] file ..."
_custom_create_file print " truncate [-c] -r rfile file ..."
_custom_create_file print " truncate [-c] -d [-o offset[K|k|M|m|G|g|T|t]] -l length[K|k|M|m|G|g|T|t] file ..."
}
atf_test_case illegal_option