mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +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 commitc44930d932
thus breaking the test-suite on non-linux OSes. Fixes:c44930d932
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…
Reference in New Issue
Block a user