From 5b02c8d0bcdf815702b069cd69a8790ee41a310f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 14 Sep 2012 16:45:43 +0100 Subject: [PATCH] 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. --- tests/9p/test-9p.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/9p/test-9p.sh b/tests/9p/test-9p.sh index 74b4e2344..c06ec3dc8 100755 --- a/tests/9p/test-9p.sh +++ b/tests/9p/test-9p.sh @@ -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