diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2012-03-21 14:33:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 14:04:00 +0000 |
commit | 69f019c48b40ac3b7a8bce2da819f03072e78020 (patch) | |
tree | 44613452441dcd104676f379411d096bb2ee04ae /scripts | |
parent | 42fb0129c701c52df978430da3d237c924d1d5ee (diff) | |
download | openembedded-core-69f019c48b40ac3b7a8bce2da819f03072e78020.tar.gz openembedded-core-69f019c48b40ac3b7a8bce2da819f03072e78020.tar.bz2 openembedded-core-69f019c48b40ac3b7a8bce2da819f03072e78020.zip |
scripts/qemuimage-testlib: fix typos
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/qemuimage-testlib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 222e36304c..7bdaa4fb5d 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib @@ -83,7 +83,7 @@ Test_SCP() local src=$2 local des=$3 local tmpfile=`mktemp` - local timeout=60 + local time_out=60 local ret=0 # We use expect to interactive with target by ssh @@ -116,7 +116,7 @@ Test_SSH() shift local command=$@ local tmpfile=`mktemp` - local timeout=60 + local time_out=60 local ret=0 local exp_cmd=`cat << EOF eval spawn ssh -o UserKnownHostsFile=$tmpfile root@$ip_addr "$command" |