diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-24 18:53:13 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-25 10:01:50 +0800 |
| commit | 85668221974db44459527e04d04f77ca8f8e3115 (patch) | |
| tree | 4cac880e2f13a5b0a2a78a12e7a51a1a4dc3de61 /stdlib/Makefile | |
| parent | be48b8f6ad0ec6d0d6b1d2f45eb59bf8e8c67dd7 (diff) | |
| download | glibc-85668221974db44459527e04d04f77ca8f8e3115.tar.xz glibc-85668221974db44459527e04d04f77ca8f8e3115.zip | |
stdlib: Test using setenv with updated environ [BZ #32588]
Add a test for setenv with updated environ. Verify that BZ #32588 is
fixed.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit 8ab34497de14e35aff09b607222fe1309ef156da)
Diffstat (limited to 'stdlib/Makefile')
| -rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 8213fa83ef..d3a84fa641 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -307,6 +307,7 @@ tests := \ tst-setcontext9 \ tst-setcontext10 \ tst-setcontext11 \ + tst-setenv-environ \ tst-stdbit-Wconversion \ tst-stdbit-builtins \ tst-stdc_bit_ceil \ |
