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:
parent
c4622b01d2
commit
ce71a0fa99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user