diff options
Diffstat (limited to 'cpp/test/IcePack/simple/run.py')
-rwxr-xr-x | cpp/test/IcePack/simple/run.py | 2 |
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")) # |