From 30c6ec403e1696b5fd94b92328ef9edec535a57a Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 13 Jun 2012 09:31:27 -0700 Subject: scripts/qemuimage-testlib: fix typos Signed-off-by: Richard Purdie Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- scripts/qemuimage-testlib | 4 ++-- 1 file 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" -- cgit 1.2.3-korg