summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/noRestartUpdate/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/test.py')
-rw-r--r--cpp/test/IceGrid/noRestartUpdate/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/test.py b/cpp/test/IceGrid/noRestartUpdate/test.py
index e4b1fdbd0d8..3e2d6ae42b3 100644
--- a/cpp/test/IceGrid/noRestartUpdate/test.py
+++ b/cpp/test/IceGrid/noRestartUpdate/test.py
@@ -12,8 +12,8 @@ class IceGridNoRestartUpdateTestCase(IceGridTestCase):
def setupClientSide(self, current):
IceGridTestCase.setupClientSide(self, current)
- self.mkdirs("db/node1")
- self.mkdirs("db/node2")
+ current.mkdirs("db/node1")
+ current.mkdirs("db/node2")
clientProps = lambda process, current: {
"IceBoxExe" : IceBox().getCommandLine(current),