From 48567a7abe6cde4bace2ed73d5f9a8e0aef5c13a Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 31 Mar 2008 14:30:55 +0000
Subject: [PATCH] fix issue: define cmdResult variable in else block

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

diff --git a/opends/tests/system-tests/phases/shared/functions/utils.xml b/opends/tests/system-tests/phases/shared/functions/utils.xml
index eca823d..b76f862 100755
--- a/opends/tests/system-tests/phases/shared/functions/utils.xml
+++ b/opends/tests/system-tests/phases/shared/functions/utils.xml
@@ -878,6 +878,7 @@
           </call>
           <script>
             ERR_NUM[0] += 1
+            cmdResult = [['9999','ERROR : file does not exist']]
           </script>
         </sequence>
       </else>

--
Gitblit v1.10.0