From b8ae55f13a806a5e6c4ecd8247689222b121eaeb Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 16 Oct 2006 23:35:00 +0000
Subject: [PATCH] fix for issue 812

---
 opendj-sdk/opends/tests/integration-tests-testng/build.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/integration-tests-testng/build.xml b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
index 0ef6d0d..bee9709 100644
--- a/opendj-sdk/opends/tests/integration-tests-testng/build.xml
+++ b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
@@ -299,6 +299,11 @@
         <include name="*.zip"/>
       </fileset>
     </unzip>
+    <chmod perm="755">
+      <fileset dir="${full.install.dir}/bin">
+        <include name="*.sh"/>
+      </fileset>
+    </chmod>
   </target>
 
   <target name="uninstall"

--
Gitblit v1.10.0