From: Adhemerval Zanella Date: Mon, 17 Jan 2022 20:16:33 +0000 (-0300) Subject: elf: Reinstate tst-audit17 X-Git-Tag: glibc-2.35~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a;p=thirdparty%2Fglibc.git elf: Reinstate tst-audit17 9926f6e2eeb3 ("elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28 151]") dropped the test by mistake. --- diff --git a/elf/Makefile b/elf/Makefile index e6a28b243be..c6c4710e163 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -370,6 +370,7 @@ tests += \ tst-audit11 \ tst-audit12 \ tst-audit13 \ + tst-audit17 \ tst-audit18 \ tst-audit19b \ tst-audit20 \