opnsense-src/tools/regression/lib/libc
Jilles Tjoelker 70d41b5846 wordexp(): Remove wrong IFS usage.
Words in shell script are separated by spaces or tabs independent of the
value of IFS. The value of IFS is only relevant for the result of
substitutions. Therefore, there should be a space between 'wordexp' and the
words to be expanded, not an IFS character.

Paranoia might dictate that the shell ignore IFS from the environment (even
though our sh currently uses it), so do not depend on it in the new test
case.
2013-04-01 20:50:07 +00:00
..
gen wordexp(): Remove wrong IFS usage. 2013-04-01 20:50:07 +00:00
locale Remove regression tests for the obsolete rune interface. 2004-11-21 03:21:22 +00:00
net Add regression tests for ethers(3) functions, including new _r variants. 2007-05-13 14:03:21 +00:00
nss remove duplicate semicolons where possible. 2012-10-22 03:00:37 +00:00
regex Add a skeleton makefile that runs the tests out of libc/regex/grot. 2004-07-19 09:00:26 +00:00
resolv Non-void function should return a value. 2012-11-20 19:23:44 +00:00
stdio Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
stdlib Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
string Allow strerror(0) and strerror_r(0, ...). 2011-04-05 21:56:05 +00:00