From 2cc0bb94a6ac85e5278f5bad515d6dbd4e3fb2f7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:39:24 +0000 Subject: Apply patch glibc-rh1817513-21.patch patch_name: glibc-rh1817513-21.patch present_in_specfile: true location_in_specfile: 422 --- diff --git a/support/test-container.c b/support/test-container.c index 1d1aebe..f0d9e30 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -361,6 +361,7 @@ recursive_remove (char *path) case 0: /* Child. */ execlp ("rm", "rm", "-rf", path, NULL); + FAIL_EXIT1 ("exec rm: %m"); default: /* Parent. */ waitpid (child, &status, 0);