X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fgroups.t;h=d22d8f07ad5cf30e48af31d4088eda4d53f717a1;hb=45c0de28763808112fd2f46ea311b6bb0c6050b3;hp=5778795a0ea480f61754dbd6a53403a8b989d26f;hpb=aa854799af20b80973df4e295167b2fda1fc7a9c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/groups.t b/t/op/groups.t index 5778795..d22d8f0 100755 --- a/t/op/groups.t +++ b/t/op/groups.t @@ -6,7 +6,7 @@ $ENV{LC_ALL} = "C"; # so that external utilities speak English $ENV{LANGUAGE} = 'C'; # GNU locale extension sub quit { - print "1..0\n"; + print "1..0 # Skip: no `id` or `groups`\n"; exit 0; }