From dd67d4b29bbc0b761064b0cf204f4d0210ebd2fe7baadaa446603d9a5940ba1f Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 12 Aug 2021 14:37:09 +0000 Subject: [PATCH] fix unit tests OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=38 --- c-ares.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-ares.spec b/c-ares.spec index 96393c6..0ec5474 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -131,7 +131,7 @@ cp %{S:7} include %check pushd build %cmake_build -C test -./bin/arestest +LD_LIBRARY_PATH=./%_libdir ./bin/arestest %endif %if !%{with tests}