From 13230903060d47c10413a912810f7a9e643dfd46 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Thu, 19 Oct 2006 18:54:46 +0000
Subject: [PATCH] Changed /tmp to the value of the variable TMPDIR.

---
 opends/tests/functional-tests/shared/python/security.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/shared/python/security.py b/opends/tests/functional-tests/shared/python/security.py
index 4f5f22f..1b0dbc4 100644
--- a/opends/tests/functional-tests/shared/python/security.py
+++ b/opends/tests/functional-tests/shared/python/security.py
@@ -1,7 +1,7 @@
 #! /usr/bin python
 
 def write_ldaps_ldif_file(path, port):
-    ldif_file = open("/tmp/ldaps_port.ldif","w")
+    ldif_file = open(path + "/ldaps_port.ldif","w")
 
     ldif_file.write("dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config\n")
     ldif_file.write("objectclass: top\n")

--
Gitblit v1.10.0