mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: restore removed prefix
During debugging this prefix was unintentionally lost, restore.
This commit is contained in:
parent
12222add1a
commit
1f7bd719d0
@ -341,7 +341,7 @@ class TestDbusService(unittest.TestCase):
|
||||
if not pv_paths:
|
||||
pv_paths = self._all_pv_object_paths()
|
||||
|
||||
vg_name = vg_n()
|
||||
vg_name = vg_n(prefix=vg_prefix)
|
||||
|
||||
vg_path = self.handle_return(
|
||||
self.objs[MANAGER_INT][0].Manager.VgCreate(
|
||||
|
Loading…
Reference in New Issue
Block a user