storagepoolxml2argvtest: Fix output data for 'pool-netfs-protocol-ver'

The storage pool tests have host-specific versions which I neglected to
update in commit c44930d932 thus breaking
the test-suite on non-linux OSes.

Fixes: c44930d932
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2022-07-01 16:53:08 +02:00
parent c44930d932
commit ebe0e34b64
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
mount \ mount \
-o nosuid,noexec,nfsvers=3 \ -o nosuid,noexec,nfsvers=4.1 \
-t nfs \ -t nfs \
localhost:/var/lib/libvirt/images \ localhost:/var/lib/libvirt/images \
/mnt /mnt

View File

@ -1,5 +1,5 @@
mount \ mount \
-o nfsvers=3 \ -o nfsvers=4.1 \
-t nfs \ -t nfs \
localhost:/var/lib/libvirt/images \ localhost:/var/lib/libvirt/images \
/mnt /mnt