test_argv
void test_argv(void);
void test_argv(void);
test_argv();
const char **test_argv;
test_argv = argv + 2;
test_argv = NULL;
tests[i].testfn(fd, test_argc, test_argv);