]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/qemuimage-testlib: fix typos
authorYi Zhao <yi.zhao@windriver.com>
Wed, 21 Mar 2012 06:33:49 +0000 (14:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Mar 2012 14:04:00 +0000 (14:04 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib

index 222e36304cfed85f9196eb96bced40b01712314b..7bdaa4fb5d8ec8f7d1fa9619ca9920fd88781564 100755 (executable)
@@ -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"