Disable env -i check.

This commit is contained in:
Gwyn Ciesla 2020-08-05 14:41:59 -05:00
parent 7b48ebcd3f
commit 93abb30a9b

View File

@ -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