Disable env -i check.
This commit is contained in:
parent
7b48ebcd3f
commit
93abb30a9b
@ -64,7 +64,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make check USE_VALGRIND=1
|
make check USE_VALGRIND=1
|
||||||
env -i make check USE_VALGRIND=1
|
#env -i make check USE_VALGRIND=1
|
||||||
# Check that we get NULL for all things rooted in ENV{HOME} when running
|
# Check that we get NULL for all things rooted in ENV{HOME} when running
|
||||||
# with HOME unset
|
# with HOME unset
|
||||||
env -i ./tests/testdump | grep null > grep.NULL
|
env -i ./tests/testdump | grep null > grep.NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user