From 490495937b7b9165e01401ac2966e3ab1c9e0268 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 21:20:20 +0000 Subject: [PATCH] Fix iso_extract tests for OpenSuSE (#1296) (#1298) (cherry picked from commit 07fa7ea40936c5ad82e2e25bc605db9fd55e08c7) Co-authored-by: Felix Fontein --- tests/integration/targets/iso_extract/vars/Suse.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/targets/iso_extract/vars/Suse.yml b/tests/integration/targets/iso_extract/vars/Suse.yml index f9e7ca1a9a..e525c8ff10 100644 --- a/tests/integration/targets/iso_extract/vars/Suse.yml +++ b/tests/integration/targets/iso_extract/vars/Suse.yml @@ -1 +1,3 @@ -iso_extract_7zip_package: p7zip +# The 7z executable moved from p7zip to p7zip-full; +# see https://build.opensuse.org/package/view_file/openSUSE:Leap:15.2/p7zip/p7zip.changes?expand=1 +iso_extract_7zip_package: p7zip-full