aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-glob-tilde.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2018-01-04Increase some test timeouts.Joseph Myers1-0/+1
This patch increases timeouts on three tests I observed timing out on slow systems. * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50. * posix/tst-glob-tilde.c (TIMEOUT): Define to 200. * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-11-02posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer1-23/+30
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer1-0/+136
The new test checks for memory leaks (see bug 22325) and attempts to trigger the buffer overflow in bug 22320.