NetBSD/tests/usr.bin/printf
kre 0bcbd6c97f ATF runs shell script tests with "sh -e" (WHY???)
Compensate for that by adding an explicit test to a command so
-e will not kill the shell when the command (expectedly) fails.

Previously this was saved by /bin/sh disabling -e in command subs.
2020-04-24 14:29:19 +00:00
..
Makefile
printf.sh ATF runs shell script tests with "sh -e" (WHY???) 2020-04-24 14:29:19 +00:00
t_builtin.sh
t_command.sh