8 static const char prog
[] = "does-not-exist";
9 const char *env
[] = {"FOO=BAR", NULL
};
11 execle (prog
, prog
, NULL
, env
);
15 printf ("errno = %d (%m), expected ENOENT\n", errno
);
22 #define TEST_FUNCTION do_test ()
23 #include "../test-skeleton.c"