X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=test%2Fudev-test.pl;h=e5407364bb6750b9ba9393103875a0f1d2b01a53;hp=fc682b528a1795b2c7a6c8b780dae887c94dfcbc;hb=b9a88fe756d20ea13b8f6da87c784d8aac9c4538;hpb=fa19f1811c20b6ec3631cecca9aa18ff2413eebb diff --git a/test/udev-test.pl b/test/udev-test.pl index fc682b528..e5407364b 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++; } }