summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/fileLock/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/fileLock/test.py')
-rw-r--r--cpp/test/IceGrid/fileLock/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/fileLock/test.py b/cpp/test/IceGrid/fileLock/test.py
index 9a9ee60ece1..a15d0099bee 100644
--- a/cpp/test/IceGrid/fileLock/test.py
+++ b/cpp/test/IceGrid/fileLock/test.py
@@ -15,7 +15,7 @@ class IceGridAdminTestCase(IceGridTestCase):
sys.stdout.write("testing IceGrid file lock... ")
registry = IceGridRegistryMaster(portnum=25, readyCount=0, quiet=True);
registry.start(current)
- registry.expect(".*IceUtil::FileLockException.*")
+ registry.expect(current, ".*IceUtil::FileLockException.*")
registry.stop(current, False)
print("ok")