From d80597d462cd581df12ac8d5c9b01e8b98999e90 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 14 May 2008 13:30:55 +0000
Subject: [PATCH] Fix compilation problem for SNMP tests

---
 opends/tests/shared/functions/snmp.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/shared/functions/snmp.xml b/opends/tests/shared/functions/snmp.xml
index c8f065e..e94a689 100755
--- a/opends/tests/shared/functions/snmp.xml
+++ b/opends/tests/shared/functions/snmp.xml
@@ -392,10 +392,10 @@
         { 
         'location' : location ,
         'type'     : 'STRING',
-        'name'     : 'STAF/Env/LD_LIBRARY_PATH'
+        'name'     : 'STAF/Env/STAF_DIR'
         }
       </call>                                                       
-      <script>jstaf_jarfile = '%s/JSTAF.jar' % STAFResult</script> 
+      <script>jstaf_jarfile = '%s/lib/JSTAF.jar' % STAFResult</script> 
       
       <!-- Build the command -->
       <script>

--
Gitblit v1.10.0