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

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fab3a6daf137c734e684471e197148aa058102e3

commit fab3a6daf137c734e684471e197148aa058102e3
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Wed Jul 7 13:25:49 2021 +0530

    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>

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


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

only message in thread, other threads:[~2021-07-07  7:59 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:59 [glibc] 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).