diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-27 13:54:04 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-27 13:54:04 +0000 |
commit | c499ed39b6662c1fdf22d65f6049df2603f85880 (patch) | |
tree | 16318b11a6961defb7b56e547b87211e25e00e33 /gdb/testsuite/gdb.cp | |
parent | 903b1f5b5baab68c9893a97d0dd7e1ca13e24451 (diff) | |
download | gdb-c499ed39b6662c1fdf22d65f6049df2603f85880.zip gdb-c499ed39b6662c1fdf22d65f6049df2603f85880.tar.gz gdb-c499ed39b6662c1fdf22d65f6049df2603f85880.tar.bz2 |
* gdb.base/maint.exp: Remove full paths from test names.
* gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r-- | gdb/testsuite/gdb.cp/cp-relocate.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/cp-relocate.exp b/gdb/testsuite/gdb.cp/cp-relocate.exp index 1fd1c0f..c34f5b8 100644 --- a/gdb/testsuite/gdb.cp/cp-relocate.exp +++ b/gdb/testsuite/gdb.cp/cp-relocate.exp @@ -126,7 +126,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_test "add-symbol-file ${binfile} 0 -s ${func1_sec} 0x40000 -s ${func2_sec} 0x80000" \ "Reading symbols from .*${testfile}\\.o\\.\\.\\.done\\.(|\r\nUsing host libthread_db library .*libthread_db.so.*\\.)" \ - "add-symbol-file ${binfile}" \ + "add-symbol-file ${testfile}.o" \ "add symbol table from file \".*${testfile}\\.o\" at.*\\(y or n\\) " \ "y" |