diff -Nru a/test/udev-test.pl b/test/udev-test.pl --- a/test/udev-test.pl Tue Dec 23 00:14:29 2003 +++ b/test/udev-test.pl Tue Dec 23 00:14:29 2003 @@ -308,7 +308,7 @@ close CONF; foreach my $config (@tests) { - $config->{conf} =~ m/^([A-Z]*).*/; + $config->{conf} =~ m/([A-Z]+)\s*,/; my $method = $1; print "TEST: $config->{desc}\n";