summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-12-16 13:51:24 +0200
committerKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-12-16 13:51:24 +0200
commite832ff755e025f52c5049878795f9aaefb36f2bb (patch)
tree5b76e6a19a94af0c894849b72720f71c3599208d /tests
parentd304e15dc45c6a04675c75a5c0fed2c981607a4a (diff)
updater_checks.sh: Fix issue with ca-certificates-mozilla-2.34-lp151.2.6.1.noarch in OpenSUSE 15.1
Diffstat (limited to 'tests')
-rwxr-xr-xtests/updater_checks.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh
index 48c6ae0f2b..245c6e60ad 100755
--- a/tests/updater_checks.sh
+++ b/tests/updater_checks.sh
@@ -47,6 +47,10 @@ case "${running_os}" in
"opensuse-leap"|"opensuse-tumbleweed")
zypper update -y
zypper install -y bats curl
+
+ # Fixes curl: (60) SSL certificate problem: unable to get local issuer certificate
+ # https://travis-ci.com/netdata/netdata/jobs/267573805
+ update-ca-certificates
;;
"arch")
pacman -Sy