fix: correct failing test

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2022-07-20 19:54:58 +01:00
parent 3853bd43cc
commit 8be7c817c3
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD

View File

@ -99,7 +99,7 @@ touch %{buildroot}%{_rundir}/munge/munged.pid
%if %{with check}
%make_build check \
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
MUNGE_ROOT=/tmp/munge-$$ VERBOSE=t verbose=t
root=/tmp/munge-$$ VERBOSE=t verbose=t
%endif