Skip to content

Commit 5462b7b

Browse files
authored
Fix opesuse 42 tests
Former-commit-id: 1d9ed19
1 parent c15f162 commit 5462b7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/w3top-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ function install_w3top() {
8282
function opensuse_prepare()
8383
{
8484
# opensuse/tumbleweed, opensuse/leap:15, opensuse/leap:42
85-
zypper -n in -y curl sudo tar gzip
85+
zypper -n in -y curl sudo tar gzip || true
8686
zypper -n in -y insserv-compat || true
87+
sudo --version | head -1
8788
}
8889

8990
function alpine_prepare() {

0 commit comments

Comments
 (0)