diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-08 18:56:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-08 18:56:02 +0000 |
commit | 5e4c3ac43b67c3bc0181ca7a86f50f6183b18922 (patch) | |
tree | e1bed72fb42af4047eb118e219aae12c1d3e18f9 /gdb/testsuite | |
parent | 993654a97aaf909acc83a408ccf1affee7306dd1 (diff) | |
download | gdb-5e4c3ac43b67c3bc0181ca7a86f50f6183b18922.zip gdb-5e4c3ac43b67c3bc0181ca7a86f50f6183b18922.tar.gz gdb-5e4c3ac43b67c3bc0181ca7a86f50f6183b18922.tar.bz2 |
* gdb.base/solib-search.exp: Set test name for "set
solib-search-path" test.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/solib-search.exp | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9d4068d..d01aa9e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.base/solib-search.exp b/gdb/testsuite/gdb.base/solib-search.exp index cb00d6f..9b10664 100644 --- a/gdb/testsuite/gdb.base/solib-search.exp +++ b/gdb/testsuite/gdb.base/solib-search.exp @@ -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 |