From 1f47dd72a570c48695c0de46784af216e7e35339 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 04 Apr 2008 19:35:46 +0000
Subject: [PATCH] allow opends to setup ssl/startTLS

---
 opends/tests/system-tests/phases/shared/functions/utils.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/system-tests/phases/shared/functions/utils.xml b/opends/tests/system-tests/phases/shared/functions/utils.xml
index b2d5e98..f7fdddb 100755
--- a/opends/tests/system-tests/phases/shared/functions/utils.xml
+++ b/opends/tests/system-tests/phases/shared/functions/utils.xml
@@ -789,7 +789,7 @@
       <if expr="STAFCmdExist == TRUE">
         <sequence>
           <call function="'writeMessage'">
-            { 'content'  : 'Running cmd: %s %s ' % (command,arguments),
+            { 'content'  : 'Running cmd: %s %s' % (command,arguments),
               'fileFd'   : fileFd }
           </call>
           

--
Gitblit v1.10.0