* gdb.base/help.exp: Adjust "help unset" test to accept
authorJoel Brobecker <brobecker@gnat.com>
Fri, 14 Jul 2006 22:53:19 +0000 (22:53 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 14 Jul 2006 22:53:19 +0000 (22:53 +0000)
        any list of unset commands.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp

index d811e0ebfd2b1a09dad9e331971f7ba89cb3b9b1..792e05af17fab7ab1284a5aa737e1bd129060295 100644 (file)
@@ -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>
 
index 8312458538f77c5f5466cec436100fcbe07b27f9..74d3f1ad7e9a5e141e6f94c361166c3ccb75fb22 100644 (file)
@@ -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
This page took 0.034518 seconds and 4 git commands to generate.