2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-09-12 12:36:23 +00:00

test(genesis): correct packager skip counts

This commit is contained in:
Vinícius Ferrão
2026-09-06 11:43:10 -03:00
parent 0e3e2461c3
commit 043a7f6039
+2 -2
View File
@@ -417,7 +417,7 @@ SKIP: {
}
SKIP: {
skip 'rpmbuild and rpm are not installed', 18
skip 'rpmbuild and rpm are not installed', 19
unless command_exists('rpmbuild') && command_exists('rpm');
exercise_packager('rpm');
}
@@ -430,7 +430,7 @@ SKIP: {
}
SKIP: {
skip 'dpkg-deb is not installed', 12 unless command_exists('dpkg-deb');
skip 'dpkg-deb is not installed', 14 unless command_exists('dpkg-deb');
exercise_packager('deb');
}