tests: align createiso hfs_compat expectations with new default #19
@ -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,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user