testsuite: export environment with flags and LD_PRELOAD
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 25 Jan 2012 01:31:46 +0000 (23:31 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 26 Jan 2012 18:05:04 +0000 (16:05 -0200)
commit395478cbbbd5b68a65514ee1e41e634d3d5d62db
tree8d2f9ac5ae87b419981b3c9447402005f52e5ff4
parented2df4e9845d58f46ec4405855036f25e8f72876
testsuite: export environment with flags and LD_PRELOAD

A certain config can add flags and each flag may be associated with a
lib to LD_PRELOAD. It's now done for uname(2), which requires uname.so
in order to trap the calls.

Other trap will be added in later commits.
testsuite/testsuite.c