aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/help.exp
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-06-05 05:03:44 +0000
committerJim Blandy <jimb@codesourcery.com>2001-06-05 05:03:44 +0000
commit5b41e5f0138a1d7e77d70524a209201ced50263a (patch)
tree889caac1d171daaf9400fa0eacec447ce3bbf652 /gdb/testsuite/gdb.base/help.exp
parent73a74a624e671b611b97228c7d6ab835064228c8 (diff)
downloadgdb-5b41e5f0138a1d7e77d70524a209201ced50263a.zip
gdb-5b41e5f0138a1d7e77d70524a209201ced50263a.tar.gz
gdb-5b41e5f0138a1d7e77d70524a209201ced50263a.tar.bz2
* gdb.base/help.exp: Update pattern to exclue `print-load-map'
command.
Diffstat (limited to 'gdb/testsuite/gdb.base/help.exp')
-rw-r--r--gdb/testsuite/gdb.base/help.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp
index e3c94c6..a09f8da 100644
--- a/gdb/testsuite/gdb.base/help.exp
+++ b/gdb/testsuite/gdb.base/help.exp
@@ -542,7 +542,7 @@ gdb_test "help info bogus-gdb-command" "Undefined info command: \"bogus-gdb-comm
# test help gotcha
gdb_test "help gotcha" "Undefined command: \"gotcha\". Try \"help\"." "help gotcha"
# test apropos regex
-gdb_test "apropos \\\(print\[\^ bsiedf\\\".\]\\\)" "handle -- Specify how to handle a signal"
+gdb_test "apropos \\\(print\[\^ bsiedf\\\".-\]\\\)" "handle -- Specify how to handle a signal"
# test apropos >1 word string
gdb_test "apropos handle a signal" "handle -- Specify how to handle a signal"
# test apropos apropos