tests: align createiso hfs_compat expectations with new default #19

Merged
alukoshko merged 1 commits from fix-createiso-hfs-tests into master 2026-05-04 15:27:31 +00:00

View File

@ -122,7 +122,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/x86_64/tmp-Server" % self.topdir,
)
@ -249,7 +249,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/x86_64/tmp-Server" % self.topdir,
),
@ -262,7 +262,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/src/tmp-Server" % self.topdir,
),
@ -394,7 +394,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/src/tmp-Server" % self.topdir,
)