summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/test.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-01-05 17:50:47 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-01-05 17:50:47 +0100
commit486ebe5c7c2d768b884ae85c4fea2c692d0b4f29 (patch)
treea6b15265690e110370e6f1036680ed068d5cd3c7 /cpp/test/IceGrid/distribution/test.py
parentFixed macOS PHP testing bug when running against binary distribution (diff)
downloadice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.bz2
ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.xz
ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.zip
Fixed ICE-7478 - concurrent file access
Diffstat (limited to 'cpp/test/IceGrid/distribution/test.py')
-rw-r--r--cpp/test/IceGrid/distribution/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/distribution/test.py b/cpp/test/IceGrid/distribution/test.py
index 1c7d8313781..19fc6988644 100644
--- a/cpp/test/IceGrid/distribution/test.py
+++ b/cpp/test/IceGrid/distribution/test.py
@@ -27,7 +27,7 @@ class IceGridDistributionTestCase(IceGridTestCase):
]
current.write("creating IcePatch2 data directory... ")
- self.mkdirs(datadir)
+ current.mkdirs(datadir)
for [file, content] in files:
file = os.path.join(datadir, file)