summaryrefslogtreecommitdiff
path: root/t/op/groups.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-12 10:36:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-12 10:36:02 +0000
commit45c0de28763808112fd2f46ea311b6bb0c6050b3 (patch)
treedb4c1322c63791429e59356ffdf46c9d8fde321d /t/op/groups.t
parentaa854799af20b80973df4e295167b2fda1fc7a9c (diff)
downloadperl-45c0de28763808112fd2f46ea311b6bb0c6050b3.tar.gz
more testsuite smarts (many of them courtesy Ilya)
p4raw-id: //depot/perl@3399
Diffstat (limited to 't/op/groups.t')
-rwxr-xr-xt/op/groups.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/groups.t b/t/op/groups.t
index 5778795a0e..d22d8f07ad 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;
}