From: Daniel Jacobowitz Date: Mon, 2 Nov 2009 17:28:15 +0000 (+0000) Subject: * lib/gdb.exp (gdb_expect): Fix timeout typo. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dfd6b858d3152720c803247a5437232f062be31a;p=pf3gnuchains%2Fpf3gnuchains3x.git * lib/gdb.exp (gdb_expect): Fix timeout typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 190be519f4..c3f3992c88 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2009-11-02 Daniel Jacobowitz + * lib/gdb.exp (gdb_expect): Fix timeout typo. + +2009-11-02 Daniel Jacobowitz + * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name. 2009-11-02 Daniel Jacobowitz diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 3ac7305a59..590a28470a 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2027,7 +2027,7 @@ proc gdb_expect { args } { if [info exists atimeout] { if { ![info exists gtimeout] || $gtimeout < $atimeout } { - set $gtimeout $atimeout; + set gtimeout $atimeout; } } else { if ![info exists gtimeout] {