scripts/qemuimage-testlib: fix typos

(From OE-Core rev: 69f019c48b40ac3b7a8bce2da819f03072e78020)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao 2012-03-21 14:33:49 +08:00 committed by Richard Purdie
parent ba4e37ae0c
commit ded4c8eea1
1 changed files with 2 additions and 2 deletions

View File

@ -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"