<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From d7aceb24872e54ef31b2d822ad1bb8072f02fbbc Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Fri, 21 Jun 2013 16:10:19 +0200
Subject: [PATCH] * fix number of tests (RT #85762)

---
 t/04-attach.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 mode change 100644 =&gt; 100755 t/04-attach.t

diff --git a/t/04-attach.t b/t/04-attach.t
old mode 100644
new mode 100755
index 3258e89..6fb5650
--- a/t/04-attach.t
+++ b/t/04-attach.t
@@ -20,7 +20,7 @@ BEGIN {
     }
 }
 
-BEGIN { plan tests =&gt; 15 }
+BEGIN { plan tests =&gt; 18 }
 
 my ( $a, $soap, $d, $s, $r, $serialized, $deserialized );
 
-- 
1.7.2.5

</pre></body></html>