* gdb.base/solib-search.exp: Set test name for "set
authorTom Tromey <tromey@redhat.com>
Wed, 8 May 2013 18:56:02 +0000 (18:56 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 8 May 2013 18:56:02 +0000 (18:56 +0000)
solib-search-path" test.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-search.exp

index 9d4068d..d01aa9e 100644 (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.
index cb00d6f..9b10664 100644 (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