gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 5 Feb 2013 20:27:04 +0000 (20:27 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 5 Feb 2013 20:27:04 +0000 (20:27 +0000)
* gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
(cd .../rdir): ... here.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp

index ea61dd84074396470f93ad63c61400029ad22b1b..597391b73306b80c6b3eb1184d91e3d6245b40c2 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
+       (cd .../rdir): ... here.
+
 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.linespec/base/one/header.h: New file.
index 882bdb079446c6382a7a3d49211ed4a1687c4446..97c42ca89a28c5cafdd19cc8b1a3088b93b48ae3 100644 (file)
@@ -333,7 +333,7 @@ if ![runto_main] {
     return -1
 }
 
-gdb_test "cd ${srcabsdir}/rdir" "Working directory [string_to_regexp ${srcabsdir}]/rdir\\."
+gdb_test "cd ${srcabsdir}/rdir" "Working directory [string_to_regexp ${srcabsdir}]/rdir\\." "cd .../rdir"
 
 proc test { func compdir filename } { with_test_prefix "$func" {
     # Clear the GDB cache.
This page took 0.04673 seconds and 4 git commands to generate.