From 067ad0be36ad7527692be9d58edb6fce99529ef6 Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 04 2021 22:37:41 +0000 Subject: Apply patch glibc-rh1817513-61.patch patch_name: glibc-rh1817513-61.patch present_in_specfile: true location_in_specfile: 462 --- diff --git a/support/test-container.c b/support/test-container.c index d7ed073..9975c8c 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -392,7 +392,7 @@ recursive_remove (char *path) /* "rm" would have already printed a suitable error message. */ if (! WIFEXITED (status) || WEXITSTATUS (status) != 0) - exit (1); + FAIL_EXIT1 ("exec child returned status: %d", status); break; }