From: David Carlton Date: Tue, 13 Jan 2004 23:39:54 +0000 (+0000) Subject: 2004-01-13 David Carlton X-Git-Tag: cagney_bigcore-20040122-branchpoint~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2970ae720e7c1801a32b59e41306dc07cc1c04af;p=external%2Fbinutils.git 2004-01-13 David Carlton * gdb.base/completion.exp: Don't look for 'ask' after set follow-fork-mode. Update copyright. --- 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'"}