diff options
author | Doug Evans <dje@google.com> | 2010-04-20 05:36:02 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-04-20 05:36:02 +0000 |
commit | 3436961f292f044c6c9b44cf6e9b8716539b130f (patch) | |
tree | cd6f67eec76f259f7872fb62d9bc3f352f821d91 /gdb/testsuite/gdb.base/help.exp | |
parent | 437125bd80be419a130d066f763e065472b68d16 (diff) | |
download | binutils-gdb-3436961f292f044c6c9b44cf6e9b8716539b130f.tar.gz |
* gdb.base/help.exp (help source): Update expected output.
Diffstat (limited to 'gdb/testsuite/gdb.base/help.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 487879b3857..d9e2053e4da 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -606,7 +606,9 @@ gdb_test "help stepi" "Step one instruction exactly\.\[\r\n\]+Argument N means d gdb_test "help signal" "Continue program giving it signal.*" "help signal" # test help source # vxgdb reads .vxgdbinit -gdb_test "help source" "Read commands from a file named FILE\.\[\r\n\]+Optional -v switch \\(before the filename\\) causes each command in\[\r\n\]+FILE to be echoed as it is executed\.\[\r\n\]+Note that the file \"\[^\"\]*\" is read automatically in this way\[\r\n\]+when GDB is started\." "help source" +# ".-s. .-v." is written that way to avoid the complications of trying +# to get "[-s] [-v]" through expect and tcl. +gdb_test "help source" "Read commands from a file named FILE\.\[\r\n\]+Usage: source .-s. .-v. FILE\[\r\n\]+-s: search for the script in the source search path,\[\r\n\]+\[ \]+even if FILE contains directories\.\[\r\n\]+-v: each command in FILE is echoed as it is executed\.\[\r\n\]+Note that the file \"\[^\"\]*\" is read automatically in this way\[\r\n\]+when GDB is started\." "help source" # test help stack test_class_help "stack" { "Examining the stack\..*\[\r\n\]+" |