From: Guillem Jover Date: Tue, 25 Jan 2022 00:41:14 +0000 (+0100) Subject: Revert "build: Add missing proctitle unit test program" X-Git-Tag: 0.11.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef07993c9e88d79b59a63fb71bec03337bd9c06;p=thirdparty%2Flibbsd.git Revert "build: Add missing proctitle unit test program" This reverts commit beafad2657c7a57109c28f8bad9cb028c84c7dd5. This test was already handled later on as part of the BUILD_LIBBSD_CTOR conditional. Adding it to the unconditional set made the build fail when the system does not have GNU .init_array section support. Closes: #9 Analysis-by: Duncan Overbruck --- diff --git a/test/Makefile.am b/test/Makefile.am index 33d8aea..5ef4f29 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,7 +41,6 @@ check_PROGRAMS = \ fpurge \ md5 \ nlist \ - proctitle \ proctitle-init \ progname \ pwcache \