History log of /netbsd-src/tests/lib/libc/regex/t_regex.sh (Results 1 – 1 of 1)
Revision Date Author Comments
# e7d17825 24-Aug-2012 jmmv <jmmv@NetBSD.org>

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it.

- Stop using awk to generate the shell test programs. This is unnecessary
and confusing. Instead, change t_regex.sh to generate the test case
functions on the fly with eval (as done in many other places).

show more ...