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:17:35 +0100
commit30c6ec403e1696b5fd94b92328ef9edec535a57a (patch)
treee0a92037df80dfa6376a93e428f6ef5421f5c794
parent8968db5fcc99c6580de91f9d6c55478c735ca375 (diff)
downloadopenembedded-core-30c6ec403e1696b5fd94b92328ef9edec535a57a.tar.gz
scripts/qemuimage-testlib: fix typos
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>
-rw-r--r--scripts/qemuimage-testlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 6a1b9002a4..f52ac7bb86 100644
--- 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
@@ -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"