From 5586466f577dd457b3b6402e51ea3514247d7324 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 9 Mar 2016 08:34:14 +0000 Subject: testing/perl-log-log4perl: upgrade to 1.46 --- testing/perl-log-log4perl/026FileApp.t.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/perl-log-log4perl/026FileApp.t.patch (limited to 'testing/perl-log-log4perl/026FileApp.t.patch') diff --git a/testing/perl-log-log4perl/026FileApp.t.patch b/testing/perl-log-log4perl/026FileApp.t.patch new file mode 100644 index 0000000000..07b51afc23 --- /dev/null +++ b/testing/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