opnsense-src/tools/regression/lib/libc/gen
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
..
Makefile nftw(): POSIX says directories causing loops should be silently skipped. 2012-08-09 22:05:40 +00:00
test-arc4random.c A regression test to ensure that arc4random returns different sequences 2011-11-15 05:55:15 +00:00
test-fmtcheck.c Regression tests for fmtcheck(3). 2008-08-02 06:03:04 +00:00
test-fmtmsg.c libc: Add some tests for fmtmsg(). 2012-02-21 23:46:41 +00:00
test-fnmatch.c Generate some tests for sh's case command from the fnmatch tests. 2010-05-09 16:15:40 +00:00
test-fpclassify.c
test-ftw.c nftw(): POSIX says directories causing loops should be silently skipped. 2012-08-09 22:05:40 +00:00
test-posix_spawn.c posix_spawn: If an error is detected in the child process, reap the zombie. 2011-07-10 14:20:11 +00:00
test-wordexp.c wordexp(): Remove wrong IFS usage. 2013-04-01 20:50:07 +00:00