mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
zfs: fix storagepoolxml2xml test
Commit c4d27bd dropped output of owner/group -1.
Update zfs tests accordingly.
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
<path>/dev/zvol/testpool</path>
|
||||
<permissions>
|
||||
<mode>0755</mode>
|
||||
<owner>-1</owner>
|
||||
<group>-1</group>
|
||||
</permissions>
|
||||
</target>
|
||||
</pool>
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
<path>/dev/zvol/testpool</path>
|
||||
<permissions>
|
||||
<mode>0755</mode>
|
||||
<owner>-1</owner>
|
||||
<group>-1</group>
|
||||
</permissions>
|
||||
</target>
|
||||
</pool>
|
||||
|
||||
Reference in New Issue
Block a user