diff options
Diffstat (limited to 'coreutils/test.c')
| -rw-r--r-- | coreutils/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index b63e33cc0..3d38ead00 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
| @@ -1022,10 +1022,14 @@ int test_main(int argc, char **argv) | |||
| 1022 | 1022 | ||
| 1023 | info.euid = -1; | 1023 | info.euid = -1; |
| 1024 | info.egid = -1; | 1024 | info.egid = -1; |
| 1025 | #if !ENABLE_PLATFORM_MINGW32 | ||
| 1025 | info.ngroups = 0; | 1026 | info.ngroups = 0; |
| 1026 | info.supplementary_array = NULL; | 1027 | info.supplementary_array = NULL; |
| 1028 | #endif | ||
| 1027 | r = test_main2(&info, argc, argv); | 1029 | r = test_main2(&info, argc, argv); |
| 1030 | #if !ENABLE_PLATFORM_MINGW32 | ||
| 1028 | free(info.supplementary_array); | 1031 | free(info.supplementary_array); |
| 1032 | #endif | ||
| 1029 | 1033 | ||
| 1030 | return r; | 1034 | return r; |
| 1031 | } | 1035 | } |
