From 772c0897ee09f2880728433713a16d158193ce6a Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 24 Oct 2006 16:41:33 +0000
Subject: [PATCH] Fix Issue 868: security tests use incorrect folder for temporary files
---
opends/tests/functional-tests/shared/functions/security.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/security.xml b/opends/tests/functional-tests/shared/functions/security.xml
index a9c7b52..6e36a2c 100755
--- a/opends/tests/functional-tests/shared/functions/security.xml
+++ b/opends/tests/functional-tests/shared/functions/security.xml
@@ -121,7 +121,7 @@
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
- 'entryToBeAdded' : '%s/ldaps_port.ldif' % (TMP_DATA_DIR) }
+ 'entryToBeAdded' : '%s/ldaps_port.ldif' % (STAGED_DATA_DIR) }
</call>
<call function="'checktestRC'">
--
Gitblit v1.10.0