Index: foll-fork.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/foll-fork.exp,v retrieving revision 1.2 diff -u -p -r1.2 foll-fork.exp --- foll-fork.exp 6 Mar 2001 08:21:50 -0000 1.2 +++ foll-fork.exp 4 Apr 2004 20:24:51 -0000 @@ -280,8 +280,7 @@ proc do_fork_tests {} { A fork or vfork creates a new process. follow-fork-mode can be:.* .*parent - the original process is debugged after a fork.* .*child - the new process is debugged after a fork.* -.*ask - the debugger will ask for one of the above choices.* -For \"parent\" or \"child\", the unfollowed process will run free..* +The unfollowed process will continue to run..* By default, the debugger will follow the parent process..*$gdb_prompt $"\ { pass "help set follow" } -re "$gdb_prompt $" { fail "help set follow" }