From: Yi Zhao <[email protected]>

Signed-off-by: Richard Purdie <[email protected]>
Signed-off-by: Joshua Lock <[email protected]>
---
 scripts/qemuimage-testlib |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 6a1b900..f52ac7b 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"
-- 
1.7.10.2


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to