From 7f4bbbd1c087dd12d983449c48d0844d5ceb9888 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 13 Jul 2007 12:36:51 +0000
Subject: [PATCH] fix for non posix environments
---
opends/tests/functional-tests/shared/functions/utils.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/utils.xml b/opends/tests/functional-tests/shared/functions/utils.xml
index 2ab6a0e..8349234 100755
--- a/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opends/tests/functional-tests/shared/functions/utils.xml
@@ -703,7 +703,7 @@
<message>'Creating test log %s' % logfile</message>
<script>
- NewLogDir=posixpath.dirname(logfile)
+ NewLogDir=os.path.dirname(logfile)
</script>
<call function="'createFolder'">
--
Gitblit v1.10.0