aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-log-log4perl/026FileApp.t.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 14:31:43 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 14:39:07 +0000
commit51c7b4055c415b4f9cd129aa6744cb498c501c43 (patch)
treece34e7a8973ee6441538539a54c56192fc88eb00 /testing/perl-log-log4perl/026FileApp.t.patch
parentee5fc9fa31cc0700f97655f1de0fcedbc3a19a69 (diff)
downloadaports-51c7b4055c415b4f9cd129aa6744cb498c501c43.tar.bz2
aports-51c7b4055c415b4f9cd129aa6744cb498c501c43.tar.xz
community/perl-log-log4perl: moved from testing
Diffstat (limited to 'testing/perl-log-log4perl/026FileApp.t.patch')
-rw-r--r--testing/perl-log-log4perl/026FileApp.t.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/perl-log-log4perl/026FileApp.t.patch b/testing/perl-log-log4perl/026FileApp.t.patch
deleted file mode 100644
index 07b51afc23..0000000000
--- a/testing/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);
-