Cole Robinson wrote:
On 05/26/2015 12:30 AM, Roman Bogorodskiy wrote:
> Commit 7c2d65d dropped setting default mode.
>
> Update zfs tests accordingly.
> ---
> tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml | 3 ---
> tests/storagepoolxml2xmlout/pool-zfs.xml | 3 ---
> 2 files changed, 6 deletions(-)
>
> diff --git a/tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml
b/tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml
> index 89dcdbf..8d9be73 100644
> --- a/tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml
> +++ b/tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml
> @@ -10,8 +10,5 @@
> </source>
> <target>
> <path>/dev/zvol/testpool</path>
> - <permissions>
> - <mode>0755</mode>
> - </permissions>
> </target>
> </pool>
> diff --git a/tests/storagepoolxml2xmlout/pool-zfs.xml
b/tests/storagepoolxml2xmlout/pool-zfs.xml
> index c9e5df9..1a8de4f 100644
> --- a/tests/storagepoolxml2xmlout/pool-zfs.xml
> +++ b/tests/storagepoolxml2xmlout/pool-zfs.xml
> @@ -9,8 +9,5 @@
> </source>
> <target>
> <path>/dev/zvol/testpool</path>
> - <permissions>
> - <mode>0755</mode>
> - </permissions>
> </target>
> </pool>
>
ACK, sorry about that
Pushed, thanks!
Roman Bogorodskiy