* gdb.base/solib-search.exp: Set test name for "set

solib-search-path" test.
This commit is contained in:
Tom Tromey 2013-05-08 18:56:02 +00:00
parent 993654a97a
commit 5e4c3ac43b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-05-08 Tom Tromey <tromey@redhat.com>
* gdb.base/solib-search.exp: Set test name for "set
solib-search-path" test.
2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
* gdb.trace/circ.exp: Remove unnecessary 'if then' checks.

View File

@ -175,7 +175,9 @@ test_backtrace 1
remote_exec build "rm -f ${binfile1_lib}"
remote_exec build "rm -f ${binfile2_lib}"
# Set solib-search-path to use the correct copies of libraries.
gdb_test "set solib-search-path ${objdir}/${subdir}/${right_lib_subdir}"
gdb_test "set solib-search-path ${objdir}/${subdir}/${right_lib_subdir}" \
"" \
"set solib-search-path"
# Verify gdb has properly updated the location of the libraries.
test_backtrace 0