NetBSD/tests/usr.bin/printf
kre 311f349816 Stop assuming that printf handles options in any way at all
(it doesn't - that is, shouldn't) which includes processing -- as an
"end of options".  The first arg is (always) the format string.

Remove/fix tests that assumed the contrary.

Problem (with printf) pointed out on tech-userlevel by Thierry Laronde.
2019-07-21 15:25:59 +00:00
..
Makefile
printf.sh Stop assuming that printf handles options in any way at all 2019-07-21 15:25:59 +00:00
t_builtin.sh Correct a typo. It is atf_require_prog not atf_require_pfog ... 2019-07-21 15:00:18 +00:00
t_command.sh