Remove duplicated MALLOC_OPTIONS and MALLOC_CONF env variables.

This commit is contained in:
Todd C. Miller
2021-02-17 13:06:35 -07:00
parent dc45ac5bc7
commit abdef93f72
3 changed files with 2 additions and 6 deletions

View File

@@ -148,8 +148,6 @@ fuzz:
check: $(TEST_PROGS)
@if test X"$(cross_compiling)" != X"yes"; then \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
LC_ALL=C; export LC_ALL; \
unset LANG || LANG=; \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \

View File

@@ -206,10 +206,10 @@ fuzz: $(FUZZ_PROGS)
check: $(TEST_PROGS) fuzz
@if test X"$(cross_compiling)" != X"yes"; then \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
LC_ALL=C; export LC_ALL; \
unset LANG || LANG=; \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
rval=0; \
./check_iolog_json $(srcdir)/regress/iolog_json/*.in || rval=`expr $$rval + $$?`; \
./check_iolog_path $(srcdir)/regress/iolog_path/data || rval=`expr $$rval + $$?`; \

View File

@@ -497,8 +497,6 @@ fuzz: $(FUZZ_PROGS)
check: $(TEST_PROGS) visudo testsudoers cvtsudoers fuzz
@if test X"$(cross_compiling)" != X"yes"; then \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
LC_ALL=C; export LC_ALL; \
unset LANG || LANG=; \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \