This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfa489
)
Skip make_path group/user tests for darwin - it's nobody and nogroup ids are -1
author
Josh ben Jore
<jjore@cpan.org>
Mon, 5 Apr 2010 23:36:10 +0000
(16:36 -0700)
committer
Jesse Vincent
<jesse@bestpractical.com>
Tue, 6 Apr 2010 14:54:54 +0000
(10:54 -0400)
cpan/File-Path/t/Path.t
patch
|
blob
|
blame
|
history
diff --git
a/cpan/File-Path/t/Path.t
b/cpan/File-Path/t/Path.t
index
346f32a
..
a33c15a
100644
(file)
--- a/
cpan/File-Path/t/Path.t
+++ b/
cpan/File-Path/t/Path.t
@@
-441,6
+441,8
@@
SKIP: {
unless $Config{d_getgrent};
skip 'not running as root', $skip_count
unless $< == 0;
+ skip "darwin's nobody and nogroup are -1", $skip_count
+ if $^O eq 'darwin';
my $dir_stem = $dir = catdir($tmp_base, 'owned-by');