summaryrefslogtreecommitdiff
path: root/t/add.t
diff options
context:
space:
mode:
Diffstat (limited to 't/add.t')
-rwxr-xr-x[-rw-r--r--]t/add.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/add.t b/t/add.t
index 1e52bfb..5ddb659 100644..100755
--- a/t/add.t
+++ b/t/add.t
@@ -35,7 +35,7 @@ is( grep( /^CPAN::Mini::Inject\s+/, @{ $mcpi->{modulelist} } ),
1, 'Module added to list just once' );
SKIP: {
- skip "Not a UNIX system", 2 if ( $^O =~ /^MSWin/ );
+ skip "Not a UNIX system", 2 if ( $^O =~ /^MSWin|^cygwin/ );
is( ( stat( 't/local/MYCPAN/authors/id/S/SS/SSORICHE' ) )[2] & 07777,
0775, 'Added author directory mode is 0775' );
is(