make the test-suite use the just built library
... instead of the system one
This commit is contained in:
parent
350464f507
commit
1a62a26c8d
3
acl.spec
3
acl.spec
@ -54,6 +54,9 @@ defined in POSIX 1003.1e draft standard 17.
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# make the test-suite use the just built library (instead of the system one)
|
||||||
|
export LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}"
|
||||||
|
|
||||||
if ./setfacl -m "u:$(id -u):rwx" .; then
|
if ./setfacl -m "u:$(id -u):rwx" .; then
|
||||||
if test 0 = "$(id -u)"; then
|
if test 0 = "$(id -u)"; then
|
||||||
# test/root/permissions.test requires the 'daemon' user to be a member
|
# test/root/permissions.test requires the 'daemon' user to be a member
|
||||||
|
Loading…
Reference in New Issue
Block a user