* gdb.base/fixsection.exp: Do not include directories in filename

in expected message.
This commit is contained in:
Joseph Myers 2011-10-07 00:24:38 +00:00
parent 9ad26a41a7
commit 8031b6f821
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-06 Joseph Myers <joseph@codesourcery.com>
* gdb.base/fixsection.exp: Do not include directories in filename
in expected message.
2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
Add tests for passing of environment variables to inferior.

View File

@ -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"
#