| Index: gdb/testsuite/gdb.base/info-target.exp
|
| diff --git a/gdb/testsuite/gdb.base/info-target.exp b/gdb/testsuite/gdb.base/info-target.exp
|
| index 84ac7e6aeefec4b6ee41489ec5d59ef57f1f46ff..08c4224a7e514deb5ed04ff62a4804cf716ac251 100644
|
| --- a/gdb/testsuite/gdb.base/info-target.exp
|
| +++ b/gdb/testsuite/gdb.base/info-target.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
|
| @@ -14,8 +14,9 @@
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
| -set testfile info-target
|
| -if { [prepare_for_testing ${testfile}.exp $testfile start.c] } {
|
| +standard_testfile start.c
|
| +
|
| +if { [prepare_for_testing ${testfile}.exp $testfile $srcfile] } {
|
| return -1
|
| }
|
|
|
|
|