| Index: gdb/testsuite/gdb.base/recpar.exp
|
| diff --git a/gdb/testsuite/gdb.base/recpar.exp b/gdb/testsuite/gdb.base/recpar.exp
|
| index 6dd466bb4e80aeb1363bedab93491927bfad1bfd..699d8a62076404d5ced65cd9b9d836fcae16a5ca 100644
|
| --- a/gdb/testsuite/gdb.base/recpar.exp
|
| +++ b/gdb/testsuite/gdb.base/recpar.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (C) 2012 Free Software Foundation, Inc.
|
| +# Copyright (C) 2012-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
|
| @@ -13,8 +13,8 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -set testfile recpar
|
| -set srcfile ${testfile}.c
|
| +standard_testfile .c
|
| +
|
| if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
| return -1
|
| }
|
|
|