summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-21 20:49:14 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-28 21:05:35 +0200
commitc8d94c659ad50c1f0f3a3cc61482c07735047370 (patch)
tree1d1ec36439a6c156551bd88307fda5f774269629 /t
parent76024b2425216fea94bca3b09976eb85d26ebf54 (diff)
downloadurpmi-c8d94c659ad50c1f0f3a3cc61482c07735047370.tar
urpmi-c8d94c659ad50c1f0f3a3cc61482c07735047370.tar.gz
urpmi-c8d94c659ad50c1f0f3a3cc61482c07735047370.tar.bz2
urpmi-c8d94c659ad50c1f0f3a3cc61482c07735047370.tar.xz
urpmi-c8d94c659ad50c1f0f3a3cc61482c07735047370.zip
cpan-testers: fix failing test on Debian 9/FreeBSD
commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about silencing a warning, so let's not break other OSes who do not have that lib or not in this location
Diffstat (limited to 't')
-rw-r--r--t/data/SPECS/rpm-query-in-scriptlet.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/data/SPECS/rpm-query-in-scriptlet.spec b/t/data/SPECS/rpm-query-in-scriptlet.spec
index d7c08f1a..630d036d 100644
--- a/t/data/SPECS/rpm-query-in-scriptlet.spec
+++ b/t/data/SPECS/rpm-query-in-scriptlet.spec
@@ -13,9 +13,9 @@ x
%install
rm -rf %buildroot
# Fix a testsuite warning ("warning: %post(rpm-query-in-scriptlet-1-1.x86_64) scriptlet failed" b/c of: "error: Failed to initialize NSS library")
-%ifos linux
+if [ -e %{_libdir}/libnss3.so ]; then
echo %{_libdir}/libnss3.so > list
-%endif
+fi
# Find out needed deps:
for i in sh rpm; do