diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-17 17:16:33 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-17 17:16:33 -0300 |
commit | 3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a (patch) | |
tree | d5bf45b91bd4aada6990fd4cb60a18298ef88773 | |
parent | c242fcce06e3102ca663b2f992611d0bda4f2668 (diff) | |
download | glibc-3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a.tar.gz glibc-3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a.tar.xz glibc-3a5aeba87a1b89a042237ff74ca7fe7f6aa1556a.zip |
elf: Reinstate tst-audit17
9926f6e2eeb3 ("elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28 151]") dropped the test by mistake.
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |