From 3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 17 Jan 2022 17:16:33 -0300 Subject: [PATCH] elf: Reinstate tst-audit17 9926f6e2eeb3 ("elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28 151]") dropped the test by mistake. --- elf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/Makefile b/elf/Makefile index e6a28b243b..c6c4710e16 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 \