diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:34:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:34:14 +0000 |
commit | 5586466f577dd457b3b6402e51ea3514247d7324 (patch) | |
tree | 3c85b1e0ef041b862a89f5719d3ae85039841eac /testing/perl-log-log4perl/026FileApp.t.patch | |
parent | 90f642f0e1cc93529e4401116aacbd2db9978aea (diff) | |
download | aports-5586466f577dd457b3b6402e51ea3514247d7324.tar.bz2 aports-5586466f577dd457b3b6402e51ea3514247d7324.tar.xz |
testing/perl-log-log4perl: upgrade to 1.46
Diffstat (limited to 'testing/perl-log-log4perl/026FileApp.t.patch')
-rw-r--r-- | testing/perl-log-log4perl/026FileApp.t.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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); + |