[pkg-kolab] r1394 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Sat Nov 14 18:45:16 UTC 2009


Author: sathieu
Date: 2009-11-14 18:45:16 +0000 (Sat, 14 Nov 2009)
New Revision: 1394

Modified:
   pkg-kolab_testsuite/testsuite
Log:
Group vboxusers dropped since virtualbox-ose  (3.0.8-dfsg-1)


Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-14 18:44:28 UTC (rev 1393)
+++ pkg-kolab_testsuite/testsuite	2009-11-14 18:45:16 UTC (rev 1394)
@@ -110,7 +110,6 @@
     my $groups = `groups`;
     die 'The current user should be in group "libvirt".' if not $groups =~ /(^| )libvirt($| )/;
     if($config{'virt_type'} eq 'vbox') {
-        die 'The current user should be in group "vboxusers".' if not $groups =~ /(^| )vboxusers($| )/;
         die 'The current user should be in group "disk".' if not $groups =~ /(^| )disk($| )/;
     }
 }




More information about the pkg-kolab-devel mailing list