mirror of https://gitee.com/Nocallback/glibc.git
3 changed files with 15 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||
#include <stdlib.h> |
|||
|
|||
static int |
|||
do_test (void) |
|||
{ |
|||
clearenv (); |
|||
unsetenv ("FOO"); |
|||
return 0; |
|||
} |
|||
|
|||
#define TEST_FUNCTION do_test () |
|||
#include "../test-skeleton.c" |
|||
Loading…
Reference in new issue