Update string expected from "help info proc" on gdb.base/info-proc.exp
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 6 Oct 2018 15:23:02 +0000 (11:23 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 6 Oct 2018 15:23:02 +0000 (11:23 -0400)
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".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/info-proc.exp

index e088cb604132ad42d676f1a852ecb244c9b5b5e3..c78c09a15f7ae6f6689b4239f2f73851c2ef00ea 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7dbf740645828075bc12b8109f96518132d2de01..9f23909dd46fa4467b9e1a58c3cb0bb1dd9fad73 100644 (file)
@@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile \
     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 $" {
This page took 0.034177 seconds and 4 git commands to generate.