test_cmd
if (test_cmd) {
cmd = test_cmd;
if (test_cmd != NULL)
failed = system(test_cmd);
test_cmd = strdup(optarg);
static char *test_cmd = NULL;