summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-09-04 14:42:07 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-09-04 14:42:07 +0000
commitf21b557f781d42eb03f939bf6da7b400df7ac0eb (patch)
tree0cbede57007520b849c68b652f13b5921558ff8f
parentCorrectly clean up the db/registry directory (diff)
downloadice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.tar.bz2
ice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.tar.xz
ice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.zip
Fix
-rwxr-xr-xcpp/test/IcePack/simple/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py
index bc27213e0b1..f0937596df0 100755
--- a/cpp/test/IcePack/simple/run.py
+++ b/cpp/test/IcePack/simple/run.py
@@ -31,7 +31,7 @@ testdir = os.path.join(toplevel, "test", "IcePack", "simple")
#
additionalOptions = " --Ice.Default.Locator=\"IcePack/Locator:default -p 12346\""
-if os.path.exists(os.path.join(testdir, "db/node/db")):
+if os.path.exists(os.path.join(testdir, "db/registry")):
TestUtil.cleanDbDir(os.path.join(testdir, "db/registry"))
#