aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/help.exp
diff options
context:
space:
mode:
authorBob Rossi <bob@brasko.net>2005-07-14 14:49:23 +0000
committerBob Rossi <bob@brasko.net>2005-07-14 14:49:23 +0000
commit1323e929aee695977a7599f27589e74c44f4c528 (patch)
tree8d5825ccc99058ada11536b31a20eb864a1376ce /gdb/testsuite/gdb.base/help.exp
parent0e6b69beb90c63fbaaf33175bd6d62fabd0fa38b (diff)
downloadgdb-1323e929aee695977a7599f27589e74c44f4c528.zip
gdb-1323e929aee695977a7599f27589e74c44f4c528.tar.gz
gdb-1323e929aee695977a7599f27589e74c44f4c528.tar.bz2
+2005-07-14 Bob Rossi <bob@brasko.net>
+ + * gdb.base/default.exp (tty): Changed output of command. + * gdb.base/help.exp (help tty): Ditto.
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 2eed1dc..ca509ca 100644
--- a/gdb/testsuite/gdb.base/help.exp
+++ b/gdb/testsuite/gdb.base/help.exp
@@ -562,7 +562,7 @@ gdb_test "help target" "Connect to a target machine or process\.\[\r\n\]+The fir
# test help tbreak
gdb_test "help tbreak" "Set a temporary breakpoint.*" "help tbreak"
# test help tty
-gdb_test "help tty" "Set terminal for future runs of program being debugged\." "help tty"
+gdb_test "help tty" "Set terminal for future runs of program being debugged\.\[\r\n\]+Usage: set inferior-tty /dev/pts/1" "help tty"
# test help until "u" abbreviation
gdb_test "help u" "Execute until the program reaches a source line greater than the current\[\r\n\]+or a specified location \\(same args as break command\\) within the current frame\." "help until \"u\" abbreviation"
# test help until