diff options
author | David Carlton <carlton@bactrian.org> | 2004-01-13 23:39:54 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2004-01-13 23:39:54 +0000 |
commit | 2970ae720e7c1801a32b59e41306dc07cc1c04af (patch) | |
tree | 775a687f974ee8c03ae67df1520dab6fb2f64cb9 /gdb/testsuite | |
parent | 3a3b9fbefc4c8c951f79285b57942570f70ffcae (diff) | |
download | gdb-2970ae720e7c1801a32b59e41306dc07cc1c04af.zip gdb-2970ae720e7c1801a32b59e41306dc07cc1c04af.tar.gz gdb-2970ae720e7c1801a32b59e41306dc07cc1c04af.tar.bz2 |
2004-01-13 David Carlton <carlton@kealia.com>
* gdb.base/completion.exp: Don't look for 'ask' after set
follow-fork-mode. Update copyright.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.base/completion.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index 9f5435d..ccf00cf 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/gdb/testsuite/gdb.base/completion.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2002, 2003, 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -710,10 +710,10 @@ gdb_expect { send_gdb "set follow-fork-mode \t\t" sleep 1 gdb_expect { - -re "ask.*child.*parent.*$gdb_prompt set follow-fork-mode $"\ + -re "child.*parent.*$gdb_prompt set follow-fork-mode $"\ { send_gdb "\n" gdb_expect { - -re "Requires an argument.*ask.*child.*parent.*$gdb_prompt $"\ + -re "Requires an argument.*child.*parent.*$gdb_prompt $"\ { pass "complete 'set follow-fork-mode'"} -re "Ambiguous item \"\"\\..*$gdb_prompt $"\ { pass "complete 'set follow-fork-mode'"} |