Browse Source

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>
codonell/c-utf8
Siddhesh Poyarekar 5 years ago
parent
commit
fab3a6daf1
  1. 2
      malloc/Makefile

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

Loading…
Cancel
Save