diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
commit | 7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch) | |
tree | 7e0e9f567ea66bc0c2629499454d07545f6d674b /community/perl-log-log4perl | |
parent | c10f2d9b183c51fddfcb61024d01a5bd21197694 (diff) | |
download | aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2 aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz |
Remove stale patches in community/
Diffstat (limited to 'community/perl-log-log4perl')
-rw-r--r-- | community/perl-log-log4perl/026FileApp.t.patch | 13 |
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); - |