From c2c3358345e7fa3b89ecbd334f68d57057182d27 Mon Sep 17 00:00:00 2001 From: Josh ben Jore Date: Mon, 5 Apr 2010 16:36:10 -0700 Subject: Skip make_path group/user tests for darwin - it's nobody and nogroup ids are -1 --- cpan/File-Path/t/Path.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpan/File-Path') diff --git a/cpan/File-Path/t/Path.t b/cpan/File-Path/t/Path.t index 346f32a7c5..a33c15a232 100644 --- 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'); -- cgit v1.2.1