| Index: gdb/testsuite/gdb.threads/attach-into-signal.exp
|
| diff --git a/gdb/testsuite/gdb.threads/attach-into-signal.exp b/gdb/testsuite/gdb.threads/attach-into-signal.exp
|
| index c74fafa4842a343f8d02f1da5b619e577109738c..2bcb7dc1c906f9874ca3231d81aefff51761e287 100644
|
| --- a/gdb/testsuite/gdb.threads/attach-into-signal.exp
|
| +++ b/gdb/testsuite/gdb.threads/attach-into-signal.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2008-2012 Free Software Foundation, Inc.
|
| +# Copyright 2008-2013 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
|
| @@ -66,9 +66,9 @@ proc corefunc { threadtype executable } {
|
| set stoppedtry 10
|
| break
|
| }
|
| - gets $fileid line1;
|
| - gets $fileid line2;
|
| - close $fileid;
|
| + gets $fileid line1
|
| + gets $fileid line2
|
| + close $fileid
|
|
|
| if {![string match "*(stopped)*" $line2]} {
|
| # No PASS message as we may be looping in multiple
|
|
|