diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e088cb60413..c78c09a15f7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-10-06 Sergio Durigan Junior + + * gdb.base/info-proc.exp: Update string expected from "help info + proc". + 2018-10-04 Tom Tromey * 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 7dbf7406458..9f23909dd46 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 $" {