On Mon, 2009-12-14 at 11:46 +0000, Alan Jenkins wrote: > Not really an upstream udev problem. udev-test.pl needs to be run as > root. See forwarded message below. > > That said, udev-test.pl would ideally check for root before it spewed > out 150 test failures :). It does this already: if (!($<==0)) print "Must have root permissions to run properly.\n"; And it seem to work fine here: $ make check ... make --no-print-directory check-TESTS Must have root permissions to run properly. PASS: test/udev-test.pl ============= 1 test passed ============= ... Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html