[PATCH] tweak udev-test.pl to report '0' errors if that's what happened.

This commit is contained in:
greg@kroah.com 2003-11-23 21:17:34 -08:00 committed by Greg KH
parent c124eafa23
commit e5fbfe0a13
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ system("rm -rf $udev_root");
mkdir($udev_root) || die "unable to create udev_root: $udev_root\n";
# test
my $error;
my $error = 0;
print "\nudev-test will run ".($#tests + 1)." tests:\n\n";
foreach my $config (@tests) {