summaryrefslogtreecommitdiff
path: root/distribution/demoscript/csharp/IceBox/hello/expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/demoscript/csharp/IceBox/hello/expect.py')
-rwxr-xr-xdistribution/demoscript/csharp/IceBox/hello/expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/demoscript/csharp/IceBox/hello/expect.py b/distribution/demoscript/csharp/IceBox/hello/expect.py
index 40580816f64..1d56857439b 100755
--- a/distribution/demoscript/csharp/IceBox/hello/expect.py
+++ b/distribution/demoscript/csharp/IceBox/hello/expect.py
@@ -27,7 +27,7 @@ if Util.defaultHost:
else:
args = ''
-server = Util.spawn("%s --Ice.Config=config.icebox --Ice.PrintAdapterReady %s" % (Util.getIceBox("cs"), args))
+server = Util.spawn("%s --Ice.Config=config.icebox --Ice.PrintAdapterReady %s" % (Util.getIceBox("csharp"), args))
server.expect('.* ready')
client = Util.spawn('client.exe')
client.expect('.*==>')