mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
test-9p: Disable this test with libvirt.
This test doesn't work with sVirt if SELinux is enforcing, because qemu won't be able to access the 9p-exported directory on the host.
This commit is contained in:
@@ -27,8 +27,8 @@ if [ -n "$SKIP_TEST_9P_SH" ]; then
|
||||
fi
|
||||
|
||||
method="$(../../fish/guestfish get-attach-method)"
|
||||
if [[ "$method" != "appliance" && ! "$method" =~ ^libvirt ]]; then
|
||||
echo "$0: test skipped because attach-method ($method) is not 'appliance' or 'libvirt'."
|
||||
if [[ "$method" != "appliance" ]]; then
|
||||
echo "$0: test skipped because attach-method ($method) is not 'appliance'."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user