diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:31:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:39:07 +0000 |
commit | 51c7b4055c415b4f9cd129aa6744cb498c501c43 (patch) | |
tree | ce34e7a8973ee6441538539a54c56192fc88eb00 /community/perl-log-log4perl/026FileApp.t.patch | |
parent | ee5fc9fa31cc0700f97655f1de0fcedbc3a19a69 (diff) | |
download | aports-51c7b4055c415b4f9cd129aa6744cb498c501c43.tar.bz2 aports-51c7b4055c415b4f9cd129aa6744cb498c501c43.tar.xz |
community/perl-log-log4perl: moved from testing
Diffstat (limited to 'community/perl-log-log4perl/026FileApp.t.patch')
-rw-r--r-- | community/perl-log-log4perl/026FileApp.t.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/perl-log-log4perl/026FileApp.t.patch b/community/perl-log-log4perl/026FileApp.t.patch new file mode 100644 index 0000000000..07b51afc23 --- /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); + |