From 51c7b4055c415b4f9cd129aa6744cb498c501c43 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 25 Aug 2016 14:31:43 +0000 Subject: community/perl-log-log4perl: moved from testing --- community/perl-log-log4perl/026FileApp.t.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/perl-log-log4perl/026FileApp.t.patch (limited to 'community/perl-log-log4perl/026FileApp.t.patch') diff --git a/community/perl-log-log4perl/026FileApp.t.patch b/community/perl-log-log4perl/026FileApp.t.patch new file mode 100644 index 00000000000..07b51afc238 --- /dev/null +++ b/community/perl-log-log4perl/026FileApp.t.patch @@ -0,0 +1,13 @@ +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); + -- cgit v1.2.3