diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-08-27 09:22:22 -0400 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-08-27 09:22:22 -0400 |
commit | 419382c9e021cb14d2fe23eecb94c4ac710a7da8 (patch) | |
tree | 8e108d3e65a68178f68d496215bbe4b569ba585c /demoscript/book/lifecycle.py | |
parent | add bug fix note to CHANGES file for http://bugzilla/bugzilla/show_bug.cgi?id... (diff) | |
download | ice-419382c9e021cb14d2fe23eecb94c4ac710a7da8.tar.bz2 ice-419382c9e021cb14d2fe23eecb94c4ac710a7da8.tar.xz ice-419382c9e021cb14d2fe23eecb94c4ac710a7da8.zip |
Fixed expect scripts on Sun
Diffstat (limited to 'demoscript/book/lifecycle.py')
-rwxr-xr-x | demoscript/book/lifecycle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/book/lifecycle.py b/demoscript/book/lifecycle.py index 39f14cc9c88..df8b8ba51b6 100755 --- a/demoscript/book/lifecycle.py +++ b/demoscript/book/lifecycle.py @@ -119,7 +119,7 @@ def run(client, server): client.expect('a \(file\)') else: client.expect('b \(directory\)') - client.expect('\tc \(directory\):') + client.expect('c \(directory\):') client.sendline('mkfile c') client.expect('mkfile c\r{1,2}\n>') |