diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IceGrid/admin/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/admin/run.py b/cpp/test/IceGrid/admin/run.py index f0b49004a4f..5a97714f410 100755 --- a/cpp/test/IceGrid/admin/run.py +++ b/cpp/test/IceGrid/admin/run.py @@ -183,7 +183,7 @@ try: admin.expect('registry `Master\'\n{.*}') admin.expect('>>> ') admin.sendline('node list') - admin.expect('localnode11') + admin.expect('localnode') admin.expect('>>> ') admin.sendline('node describe localnode') admin.expect('node `localnode\'\n{.*}') |