public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [committed] tests-exclude-mcheck: Fix typo
@ 2021-07-07  7:57 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2021-07-07  7:57 UTC (permalink / raw)
  To: libc-alpha; +Cc: Stefan Liebler

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

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-07  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  7:57 [committed] tests-exclude-mcheck: Fix typo Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).