aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/fixsection.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/fixsection.exp')
-rw-r--r--gdb/testsuite/gdb.base/fixsection.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/fixsection.exp b/gdb/testsuite/gdb.base/fixsection.exp
index c83d720..c8db51a 100644
--- a/gdb/testsuite/gdb.base/fixsection.exp
+++ b/gdb/testsuite/gdb.base/fixsection.exp
@@ -60,7 +60,7 @@ if ![runto_main] then {
# set breakpoint at static function static_fun
#
gdb_test "break static_fun" \
- "Breakpoint.*at.* file .*${srcfile}, line.*" \
+ "Breakpoint.*at.* file .*${testfile}\\.c, line.*" \
"breakpoint at static_fun"
#