aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-log-log4perl/026FileApp.t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-log-log4perl/026FileApp.t.patch')
-rw-r--r--community/perl-log-log4perl/026FileApp.t.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/perl-log-log4perl/026FileApp.t.patch b/community/perl-log-log4perl/026FileApp.t.patch
deleted file mode 100644
index 07b51afc23..0000000000
--- a/community/perl-log-log4perl/026FileApp.t.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/t/026FileApp.t b/t/026FileApp.t
-index b3ae4f4..6c3b345 100644
---- a/t/026FileApp.t
-+++ b/t/026FileApp.t
-@@ -484,7 +484,7 @@ EOT
-
- my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size, $atime,$mtime,$ctime,$blksize,$blocks) = stat("${testpath}_1");
-
-- is($mode & 07777,0750); #Win32 777
-+ is($mode & 0777,0750); #Win32 777
-
- ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size, $atime,$mtime,$ctime,$blksize,$blocks) = stat($testmkpathfile);
-