From: Yi Zhao Date: Wed, 21 Mar 2012 06:33:49 +0000 (+0800) Subject: scripts/qemuimage-testlib: fix typos X-Git-Tag: 2015-4~11246 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=69f019c48b40ac3b7a8bce2da819f03072e78020;p=openembedded-core.git scripts/qemuimage-testlib: fix typos Signed-off-by: Richard Purdie --- diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 222e36304c..7bdaa4fb5d 100755 --- 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 @@ -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"