From 02a8aab8fb51a8172079c05cb12ca5b9ffb08b96 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 19 Mar 2008 16:55:36 +0000
Subject: [PATCH] fix copyFolder(): initialize cmdRc variable at the beginning of the function
---
opends/tests/system-tests/phases/shared/stafcmd.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/tests/system-tests/phases/shared/stafcmd.xml b/opends/tests/system-tests/phases/shared/stafcmd.xml
index f0555f5..bfb0c91 100755
--- a/opends/tests/system-tests/phases/shared/stafcmd.xml
+++ b/opends/tests/system-tests/phases/shared/stafcmd.xml
@@ -155,6 +155,9 @@
</function-map-args>
<sequence>
+ <script>
+ cmdRC=0
+ </script>
<call function="'writeStartTagOperation'">
{ 'tagName' : 'copyFolder',
'fileFd' : fileFd }
--
Gitblit v1.10.0