OSDN Git Service

* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
authorMark Kettenis <kettenis@gnu.org>
Sun, 18 Jan 2004 21:17:57 +0000 (21:17 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 18 Jan 2004 21:17:57 +0000 (21:17 +0000)
used with gdb_test_multiple.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/fileio.exp

index d5fb5af..96e1f98 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
 
+       * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
+       used with gdb_test_multiple.
+
        * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
        read at address 0.  This fixes PR testsuite/1504.
 
index 80dc618..2a717bf 100644 (file)
@@ -218,10 +218,10 @@ gdb_test continue \
 send_gdb "tbreak 388\n" ; gdb_expect -re "$gdb_prompt $"
 set test "Renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST"
 gdb_test_multiple continue "${test}" {
-    -re "Continuing\\..*rename 3:.*(ENOTEMPTY|EEXIST).*test_rename \\(\\) at.*$srcfile:388.*" {
+    -re "Continuing\\..*rename 3:.*(ENOTEMPTY|EEXIST).*test_rename \\(\\) at.*$srcfile:388.*$gdb_prompt $" {
        pass "${test}"
     }
-    -re "Continuing\\..*rename 3:.*EBUSY.*test_rename \\(\\) at.*$srcfile:388.*" {
+    -re "Continuing\\..*rename 3:.*EBUSY.*test_rename \\(\\) at.*$srcfile:388.*$gdb_prompt $" {
        # At least version <= 2.6/2004-01-08 of the Linux Kernel gets
        # this wrong (reporting EBUSY) when the file system is NFS
        # mounted.