diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-07-14 22:53:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-07-14 22:53:19 +0000 |
commit | 85b4c6e892d4d8fa8361587e98bfe03e5596f6c8 (patch) | |
tree | fa7a9956175995578a30e932eb8fef4b1feea3be /gdb/testsuite | |
parent | c2f0420ed7c55bbcd5363bfca31d31649050013d (diff) | |
download | gdb-85b4c6e892d4d8fa8361587e98bfe03e5596f6c8.zip gdb-85b4c6e892d4d8fa8361587e98bfe03e5596f6c8.tar.gz gdb-85b4c6e892d4d8fa8361587e98bfe03e5596f6c8.tar.bz2 |
* gdb.base/help.exp: Adjust "help unset" test to accept
any list of unset commands.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d811e0e..792e05a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-07-14 Joel Brobecker <brobecker@adacore.com> + + * gdb.base/help.exp: Adjust "help unset" test to accept + any list of unset commands. + 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com> Daniel Jacobowitz <dan@codesourcery.com> diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 8312458..74d3f1a 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -572,7 +572,7 @@ gdb_test "help undisplay" "Cancel some expressions to be displayed when program # test help unset environment gdb_test "help unset environment" "Cancel environment variable VAR for the program\.\[\r\n\]+This does not affect the program until the next \"run\" command\." "help unset environment" # test help unset -gdb_test "help unset" "Complement to certain \"set\" commands\.\[\r\n\]+List of unset subcommands:\[\r\n\]+unset environment -- Cancel environment variable VAR for the program\[\r\n\]+Type \"help unset\" followed by unset subcommand name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help unset" +gdb_test "help unset" "Complement to certain \"set\" commands\.\[\r\n\]+List of unset subcommands:\[\r\n\]+.*Type \"help unset\" followed by unset subcommand name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help unset" # test help up gdb_test "help up" "Select and print stack frame that called this one\.\[\r\n\]+An argument says how many frames up to go\." "help up" # test help up-silently |