From 16d476ee7e15f8ccd148b059e16f1a2ede5c0293 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
---
opendj-sdk/opends/tests/system-tests/phases/shared/stafcmd.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/shared/stafcmd.xml b/opendj-sdk/opends/tests/system-tests/phases/shared/stafcmd.xml
index f0555f5..bfb0c91 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/shared/stafcmd.xml
+++ b/opendj-sdk/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