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:
@ -94,7 +94,7 @@ tests-exclude-mcheck = tst-mallocstate \
|
||||
tst-malloc_info \
|
||||
tst-memalign \
|
||||
tst-posix_memalign \
|
||||
tst-posix-realloc
|
||||
tst-realloc
|
||||
|
||||
tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))
|
||||
|
||||
|
Reference in New Issue
Block a user