From: Joseph Myers Date: Fri, 7 Oct 2011 00:24:38 +0000 (+0000) Subject: * gdb.base/fixsection.exp: Do not include directories in filename X-Git-Tag: sid-snapshot-20111101~280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8031b6f821f37552bc238e08af0cd5d9d2da9abd;p=external%2Fbinutils.git * gdb.base/fixsection.exp: Do not include directories in filename in expected message. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8f9efd1..2f70415 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-10-06 Joseph Myers + + * gdb.base/fixsection.exp: Do not include directories in filename + in expected message. + 2011-10-05 Pierre Muller Add tests for passing of environment variables to inferior. 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" #