* 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 190be519f41c99139132f7307f8fa149a0d71dae..c3f3992c880b3ca8c06a41eb1be1011ab79e7ce7 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3ac7305a590dbf1b598cc8d707846deef82de1c2..590a28470ac1450d059e5b5b9108a11809b54131 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] {