diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2018-10-06 11:23:02 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2018-10-06 11:23:02 -0400 |
commit | e04caa70901ed44eb9537ccdbd286fe9b0a46ce2 (patch) | |
tree | 6409cf39246cb14716114df0b024345d46f12044 | |
parent | ce3a1736b59a05128049459fcd6c91c221f40257 (diff) | |
download | binutils-e04caa70901ed44eb9537ccdbd286fe9b0a46ce2.zip binutils-e04caa70901ed44eb9537ccdbd286fe9b0a46ce2.tar.gz binutils-e04caa70901ed44eb9537ccdbd286fe9b0a46ce2.tar.bz2 |
Update string expected from "help info proc" on gdb.base/info-proc.exp
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".
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/info-proc.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e088cb6..c78c09a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.base/info-proc.exp b/gdb/testsuite/gdb.base/info-proc.exp index 7dbf740..9f23909 100644 --- a/gdb/testsuite/gdb.base/info-proc.exp +++ b/gdb/testsuite/gdb.base/info-proc.exp @@ -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 $" { |