From a6295d26db1fc65868ada4bcb23e9cba92c28ff8 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:39:28 +0000 Subject: Apply patch glibc-rh1817513-44.patch patch_name: glibc-rh1817513-44.patch present_in_specfile: true location_in_specfile: 445 --- diff --git a/support/test-container.c b/support/test-container.c index 9488ec7..9eff8ba 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -1145,7 +1145,7 @@ main (int argc, char **argv) execvp (new_child_exec, new_child_proc); /* Or don't run the child? */ - FAIL_EXIT1 ("Unable to exec %s\n", new_child_exec); + FAIL_EXIT1 ("Unable to exec %s: %s\n", new_child_exec, strerror (errno)); /* Because gcc won't know error () never returns... */ exit (EXIT_UNSUPPORTED);