summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2012-06-13 09:31:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-14 11:18:51 +0100
commit164a4d1bacf93a82ee13591fb4d3c6563bb9890f (patch)
treea5b753678988d043c6a2b6f221509c47bcbde582
parent7e0dd59e306966b797524ef48333f09f5804159a (diff)
downloadpoky-164a4d1bacf93a82ee13591fb4d3c6563bb9890f.tar.gz
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>
-rwxr-xr-xscripts/qemuimage-testlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 6a1b9002a4..f52ac7bb86 100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -83,7 +83,7 @@ Test_SCP()
83 local src=$2 83 local src=$2
84 local des=$3 84 local des=$3
85 local tmpfile=`mktemp` 85 local tmpfile=`mktemp`
86 local timeout=60 86 local time_out=60
87 local ret=0 87 local ret=0
88 88
89 # We use expect to interactive with target by ssh 89 # We use expect to interactive with target by ssh
@@ -109,7 +109,7 @@ Test_SSH()
109 shift 109 shift
110 local command=$@ 110 local command=$@
111 local tmpfile=`mktemp` 111 local tmpfile=`mktemp`
112 local timeout=60 112 local time_out=60
113 local ret=0 113 local ret=0
114 local exp_cmd=`cat << EOF 114 local exp_cmd=`cat << EOF
115eval spawn ssh -o UserKnownHostsFile=$tmpfile root@$ip_addr "$command" 115eval spawn ssh -o UserKnownHostsFile=$tmpfile root@$ip_addr "$command"