aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2018-10-11 16:51:26 -0700
committerSandra Loosemore <sandra@codesourcery.com>2018-10-11 16:51:26 -0700
commitd4330bde6891c74498cea8866ce9992181798861 (patch)
tree253d51192b5cb903ccf0970fad58a228f60edd4c
parentde564eb5cc8c67fc38f9910937935eef5ebc17d8 (diff)
downloadbinutils-d4330bde6891c74498cea8866ce9992181798861.zip
binutils-d4330bde6891c74498cea8866ce9992181798861.tar.gz
binutils-d4330bde6891c74498cea8866ce9992181798861.tar.bz2
Fix pathname regexp in gdb.base/solib-vanish.exp.
2018-10-11 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX directory prefix on the filename.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/solib-vanish.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f907323..ba5fae9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
+ directory prefix on the filename.
+
2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.gdb/unittest.exp: Update expected message informing that
diff --git a/gdb/testsuite/gdb.base/solib-vanish.exp b/gdb/testsuite/gdb.base/solib-vanish.exp
index 928ca4e..a243d3d 100644
--- a/gdb/testsuite/gdb.base/solib-vanish.exp
+++ b/gdb/testsuite/gdb.base/solib-vanish.exp
@@ -98,7 +98,7 @@ gdb_breakpoint "${lib2name}.c:${lib2_lineno}" {allow-pending}
# Verify that both the location and source code are displayed
gdb_continue_to_breakpoint "bar" \
- ".*/${lib2name}.c:${lib2_lineno}.*break here.*"
+ ".*${lib2name}.c:${lib2_lineno}.*break here.*"
# This should not segfault
gdb_test "next" \