scripts/qemuimage-testlib: fix typos

(From OE-Core rev: 30c6ec403e1696b5fd94b92328ef9edec535a57a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao 2012-06-13 09:31:27 -07:00 committed by Richard Purdie
parent 7e0dd59e30
commit 164a4d1bac
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
@ -109,7 +109,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"