1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

tests-exclude-mcheck: Fix typo

It's tst-realloc, not tst-posix-realloc.  Verified this time to ensure
that the total number of tests reduced by 1.

Reported-by: Stefan Liebler <stli@linux.ibm.com>
This commit is contained in:
Siddhesh Poyarekar
2021-07-07 13:25:49 +05:30
parent 7a5db2e82f
commit fab3a6daf1

View File

@ -94,7 +94,7 @@ tests-exclude-mcheck = tst-mallocstate \
tst-malloc_info \ tst-malloc_info \
tst-memalign \ tst-memalign \
tst-posix_memalign \ tst-posix_memalign \
tst-posix-realloc tst-realloc
tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests)) tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))