[glibc] tests: time: Use new tunable handling
Yury Khrustalev via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7a330377656f240dd899af0c0b8ffbd48d79ea88 commit 7a330377656f240dd899af0c0b8ffbd48d79ea88 Author: Yury Khrustalev <[email protected]> Date: Thu Apr 16 14:53:29 2026 +0100 tests: time: Use new tunable handling Use new way of handling test tunables in the time folder. Reviewed-by: Adhemerval Zanella <[email protected]> Diff: --- time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time/Makefile b/time/Makefile index 43708b0856..b28471cc9e 100644 --- a/time/Makefile +++ b/time/Makefile @@ -152,4 +152,4 @@ CPPFLAGS-tst-tzname.c += -DTZDEFRULES='"$(posixrules-file)"' bug-getdate1-ARGS = ${objpfx}bug-getdate1-fmt -tst-tzfile-fault-ENV = GLIBC_TUNABLES=glibc.rtld.enable_secure=1 +tst-tzfile-fault-TUNABLES += glibc.rtld.enable_secure=1