mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 03:55:16 +00:00
storagepoolxml2argvtest: Fix output data for 'pool-netfs-protocol-ver'
The storage pool tests have host-specific versions which I neglected to update in commit c44930d932203b4a58dccbbeaa814fff6cea8216 thus breaking the test-suite on non-linux OSes. Fixes: c44930d932203b4a58dccbbeaa814fff6cea8216 Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
c44930d932
commit
ebe0e34b64
@ -1,5 +1,5 @@
|
||||
mount \
|
||||
-o nosuid,noexec,nfsvers=3 \
|
||||
-o nosuid,noexec,nfsvers=4.1 \
|
||||
-t nfs \
|
||||
localhost:/var/lib/libvirt/images \
|
||||
/mnt
|
||||
|
@ -1,5 +1,5 @@
|
||||
mount \
|
||||
-o nfsvers=3 \
|
||||
-o nfsvers=4.1 \
|
||||
-t nfs \
|
||||
localhost:/var/lib/libvirt/images \
|
||||
/mnt
|
||||
|
Loading…
x
Reference in New Issue
Block a user