+2011-09-29 Marek Polacek <mpolacek@redhat.com>
+
+ * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
+ matching pattern.
+
2011-09-28 Paul Koning <paul_koning@dell.com>
* gdb.python/py-type.c (enum E): New.
gdb_test "delete breakpoints" \
"" \
"set follow-fork child, cleanup" \
- "Delete all breakpoints.*$" \
+ "Delete all breakpoints. \\(y or n\\) $" \
"y"
}
gdb_test "delete breakpoints" \
"" \
"set follow-fork parent, cleanup" \
- "Delete all breakpoints.*$" \
+ "Delete all breakpoints. \\(y or n\\) $" \
"y"
}