tests-exclude-mcheck: Fix typo
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 7 Jul 2021 07:55:49 +0000 (13:25 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 7 Jul 2021 07:58:53 +0000 (13:28 +0530)
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>
malloc/Makefile

index 2af1203a0a6e1f49a7f4fbb6f94c460476b1dc82..37a9a4efab91337890e239314ecc44429e798a0a 100644 (file)
@@ -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))