summaryrefslogtreecommitdiff
path: root/distribution/demoscript/csharp/IceBox/hello/expect.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2015-03-21 15:35:40 -0230
committerMatthew Newhook <matthew@zeroc.com>2015-03-21 15:35:40 -0230
commit630a37d2fe66f24518299e705f958b571803c522 (patch)
tree969723791bdc4d73bb099c19d45554d0ca241ad9 /distribution/demoscript/csharp/IceBox/hello/expect.py
parentFix some README.md markdown formatting (diff)
downloadice-630a37d2fe66f24518299e705f958b571803c522.tar.bz2
ice-630a37d2fe66f24518299e705f958b571803c522.tar.xz
ice-630a37d2fe66f24518299e705f958b571803c522.zip
py -> python
rb -> ruby objc -> objective-c cs -> csharp
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('.*==>')