[committed] tests-exclude-mcheck: Fix typo

Message ID 20210707075718.3626198-1-siddhesh@sourceware.org
State Committed
Commit fab3a6daf137c734e684471e197148aa058102e3
Headers
Series [committed] tests-exclude-mcheck: Fix typo |

Commit Message

Siddhesh Poyarekar July 7, 2021, 7:57 a.m. UTC
  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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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))