Commit
73f1bd769a5 ("Make the "info proc" documentation more
consistent.") updated the output from "help info proc", but forgot to
update the test on gdb.base/info-proc.exp. This obvious patch does
that.
Checked-in as obvious.
gdb/testsuite/ChangeLog:
2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.base/info-proc.exp: Update string expected from "help info
proc".
+2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * gdb.base/info-proc.exp: Update string expected from "help info
+ proc".
+
2018-10-04 Tom Tromey <tom@tromey.com>
* gdb.cp/maint.exp (test_invalid_name): Update expected output.
return -1
}
-gdb_test "help info proc" "Show /proc process information about .*"
+gdb_test "help info proc" "Show additional information about a process.*"
gdb_test_multiple "info proc" "info proc without a process" {
-re "No current process.*$gdb_prompt $" {