]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* killed.exp: Correct gdb_expect syntax.
authorDaniel Jacobowitz <drow@false.org>
Sat, 10 Sep 2005 14:17:34 +0000 (14:17 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 10 Sep 2005 14:17:34 +0000 (14:17 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/killed.exp

index 434f02b5dd8bc51eca7a82cc57543ad894a96ef6..2c7b0f302b68c460331ff43577bb03ac650e0005 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * killed.exp: Correct gdb_expect syntax.
+
 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
 
        * lib/mi-support.exp (mi_gdb_load): Fix typo.
index 1948375155efb00f8eab07c9e3201cfa7f0d4228..f4c0c37410818077ea3a1bfefd82f9de5ff88d5d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2002, 2003 Free Software Foundation, Inc.
+# Copyright 2002, 2003, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -80,7 +80,7 @@ gdb_expect {
   -re "$gdb_prompt $" {
     pass "run program to completion"
   }
-  timeout "$gdb_prompt $" {
+  timeout {
     fail "run program to completion (timeout)"
   }
 }