Module Name:src
Committed By: kre
Date: Wed May 19 22:45:49 UTC 2021
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
With the (very) recent changes to printf(1), a numeric conversion from data
of the form '+1 (two (or more) characters after the quote) will
Module Name:src
Committed By: kre
Date: Wed May 19 22:20:34 UTC 2021
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
Fix a truly embarrassing quoting screwup. There is an explanation as
to why this didn't cause any failures, but I won't go into it here.
Module Name:src
Committed By: kre
Date: Fri Apr 24 14:29:19 UTC 2020
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
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 shel
Module Name:src
Committed By: kre
Date: Fri Sep 14 19:57:57 UTC 2018
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
Move the tests of character value args to floating conversions
out of the %e test and into the NetBSD specific tests, while POSIX
once (app
Module Name:src
Committed By: kre
Date: Fri Sep 14 19:52:23 UTC 2018
Modified Files:
src/tests/usr.bin/printf: t_builtin.sh
Log Message:
When the shell being tested for builtin printf supports "type -t"
use it to test if printf is built in, it is must more reliable that
gu
Module Name:src
Committed By: kre
Date: Mon Sep 10 15:02:11 UTC 2018
Modified Files:
src/tests/usr.bin/printf: printf.sh t_builtin.sh
Log Message:
Add a test where printf is run twice in the same shell, and the
first invocation uses \c in a %b arg - make sure that 2nd invo
Module Name:src
Committed By: kre
Date: Sat Sep 8 18:24:02 UTC 2018
Modified Files:
src/tests/usr.bin/printf: t_builtin.sh
Log Message:
Make sure we're in the standard locale when testing for printf
being built in to the shell, so we don't receive an unrecognisable
(to th