/* Tests argument passing to child processes. */ #include #include "tests/main.h" void test_main (void) { wait (exec ("child-args childarg")); }