aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/solib-nodir.exp
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-02-07 13:35:42 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-02-07 13:35:42 +0000
commita449c2d800cba53351e3e0c009c2b14bf1eff362 (patch)
treeb4ba5c93472d6cd7dae4eb4bac16bca22e6f783a /gdb/testsuite/gdb.base/solib-nodir.exp
parent9998af43c6d0962f44f32b63e297e0ff1f713669 (diff)
downloadgdb-a449c2d800cba53351e3e0c009c2b14bf1eff362.zip
gdb-a449c2d800cba53351e3e0c009c2b14bf1eff362.tar.gz
gdb-a449c2d800cba53351e3e0c009c2b14bf1eff362.tar.bz2
* gdb.base/break-interp.exp: Remove ${objdir} from test messages.
* gdb.base/jit.exp: Likewise. * gdb.base/pie-execl.exp: Likewise. * gdb.base/solib-nodir.exp: Likewise. * gdb.base/solib-overlap.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/solib-nodir.exp')
-rw-r--r--gdb/testsuite/gdb.base/solib-nodir.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/solib-nodir.exp b/gdb/testsuite/gdb.base/solib-nodir.exp
index be444d3..04b96dc 100644
--- a/gdb/testsuite/gdb.base/solib-nodir.exp
+++ b/gdb/testsuite/gdb.base/solib-nodir.exp
@@ -44,7 +44,7 @@ clean_restart $executable
gdb_load_shlibs ${binlibfile}
gdb_test_no_output "set env LD_LIBRARY_PATH=:"
-gdb_test "cd ${binlibfiledir}" "Working directory [string_to_regexp ${binlibfiledir}]\\."
+gdb_test "cd ${binlibfiledir}" "Working directory [string_to_regexp ${binlibfiledir}]\\." "cd OBJDIR/${subdir}"
set test "library loaded"
if [runto_main] {