From 7ede2bea55bcc2f09131144b859872ceaa7f1933 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 24 Jun 2010 06:14:27 +0000
Subject: [PATCH] LMS-1552 fix integration tests

SVN: 16705
---
 integration-tests/templates/openBIS-server/openbis.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/openbis.conf b/integration-tests/templates/openBIS-server/openbis.conf
index 44a0aba8027..5b28ee58242 100644
--- a/integration-tests/templates/openBIS-server/openbis.conf
+++ b/integration-tests/templates/openBIS-server/openbis.conf
@@ -10,7 +10,7 @@
 #
 # General options to the JRE
 #
-JAVA_OPTS=${JAVA_OPTS:=-server -Djavax.net.ssl.trustStore=openBIS.keystore}
+JAVA_OPTS=${JAVA_OPTS:=-server -Djavax.net.ssl.trustStore=etc/openBIS.keystore}
 
 #
 # Memory options to the JRE
-- 
GitLab