]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Revert "build: Add missing proctitle unit test program"
authorGuillem Jover <guillem@hadrons.org>
Tue, 25 Jan 2022 00:41:14 +0000 (01:41 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 25 Jan 2022 00:41:14 +0000 (01:41 +0100)
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 <mail@duncano.de>
test/Makefile.am

index 33d8aeafbd7c7d881e52db64d091ab914c4ce3e2..5ef4f293554b4ff7d3071330b4eb40637c587861 100644 (file)
@@ -41,7 +41,6 @@ check_PROGRAMS = \
        fpurge \
        md5 \
        nlist \
-       proctitle \
        proctitle-init \
        progname \
        pwcache \