diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-07-07 13:25:49 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-07-07 13:28:53 +0530 |
commit | fab3a6daf137c734e684471e197148aa058102e3 (patch) | |
tree | eff365c0761c12ace0a9794bc7d5e3a3cf8206fc /malloc/Makefile | |
parent | 7a5db2e82fbb6c3a6e3fdae02b7166c5d0e8c7a8 (diff) | |
download | glibc-fab3a6daf137c734e684471e197148aa058102e3.tar.gz glibc-fab3a6daf137c734e684471e197148aa058102e3.tar.xz glibc-fab3a6daf137c734e684471e197148aa058102e3.zip |
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>
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 2af1203a0a..37a9a4efab 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -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)) |