* lib/gdb.exp (gdb_expect): Fix timeout typo.
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 Nov 2009 17:28:16 +0000 (17:28 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 Nov 2009 17:28:16 +0000 (17:28 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 190be51..c3f3992 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
+       * lib/gdb.exp (gdb_expect): Fix timeout typo.
+
+2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
        * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
 
 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
index 3ac7305..590a284 100644 (file)
@@ -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] {