mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
Remove duplicated MALLOC_OPTIONS and MALLOC_CONF env variables.
This commit is contained in:
@@ -148,8 +148,6 @@ fuzz:
|
|||||||
|
|
||||||
check: $(TEST_PROGS)
|
check: $(TEST_PROGS)
|
||||||
@if test X"$(cross_compiling)" != X"yes"; then \
|
@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; \
|
LC_ALL=C; export LC_ALL; \
|
||||||
unset LANG || LANG=; \
|
unset LANG || LANG=; \
|
||||||
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
|
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
|
||||||
|
@@ -206,10 +206,10 @@ fuzz: $(FUZZ_PROGS)
|
|||||||
|
|
||||||
check: $(TEST_PROGS) fuzz
|
check: $(TEST_PROGS) fuzz
|
||||||
@if test X"$(cross_compiling)" != X"yes"; then \
|
@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; \
|
LC_ALL=C; export LC_ALL; \
|
||||||
unset LANG || LANG=; \
|
unset LANG || LANG=; \
|
||||||
|
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
|
||||||
|
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
|
||||||
rval=0; \
|
rval=0; \
|
||||||
./check_iolog_json $(srcdir)/regress/iolog_json/*.in || rval=`expr $$rval + $$?`; \
|
./check_iolog_json $(srcdir)/regress/iolog_json/*.in || rval=`expr $$rval + $$?`; \
|
||||||
./check_iolog_path $(srcdir)/regress/iolog_path/data || rval=`expr $$rval + $$?`; \
|
./check_iolog_path $(srcdir)/regress/iolog_path/data || rval=`expr $$rval + $$?`; \
|
||||||
|
@@ -497,8 +497,6 @@ fuzz: $(FUZZ_PROGS)
|
|||||||
|
|
||||||
check: $(TEST_PROGS) visudo testsudoers cvtsudoers fuzz
|
check: $(TEST_PROGS) visudo testsudoers cvtsudoers fuzz
|
||||||
@if test X"$(cross_compiling)" != X"yes"; then \
|
@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; \
|
LC_ALL=C; export LC_ALL; \
|
||||||
unset LANG || LANG=; \
|
unset LANG || LANG=; \
|
||||||
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
|
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
|
||||||
|
Reference in New Issue
Block a user