summaryrefslogtreecommitdiff
path: root/test/udev-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/udev-test.pl')
-rw-r--r--test/udev-test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index fc682b528a..e5407364bb 100644
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -596,6 +596,7 @@ sub run_test {
if ($wrong == 1) {
printf "expected permissions are: %i:%i:%#o\n", $1, $2, oct($3);
printf "created permissions are : %i:%i:%#o\n", $uid, $gid, $mode & 07777;
+ $error++;
}
}
@@ -614,6 +615,7 @@ sub run_test {
if ($wrong == 1) {
printf "expected major:minor is: %i:%i\n", $1, $2;
printf "created major:minor is : %i:%i\n", $major, $minor;
+ $error++;
}
}