freebsd-dev/tools/regression/lib
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
..
libc wordexp(): Remove wrong IFS usage. 2013-04-01 20:50:07 +00:00
libmp Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
libutil Add test-pidfile.c and increase warning level. 2009-11-12 01:37:25 +00:00
msun Add some tests from PR 166463. Also make sure that all of the tests, 2012-04-07 04:00:30 +00:00