From 1323e929aee695977a7599f27589e74c44f4c528 Mon Sep 17 00:00:00 2001 From: Bob Rossi Date: Thu, 14 Jul 2005 14:49:23 +0000 Subject: [PATCH] +2005-07-14 Bob Rossi + + * gdb.base/default.exp (tty): Changed output of command. + * gdb.base/help.exp (help tty): Ditto. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.base/help.exp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 670f46b7706..aac9b1afd13 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-07-14 Bob Rossi + + * gdb.base/default.exp (tty): Changed output of command. + * gdb.base/help.exp (help tty): Ditto. + 2005-07-12 Mark Kettenis * gdb.arch/i386-sse.exp: Compile with -msse when using GCC. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 9179a53a39c..cec70d1b48e 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -754,7 +754,7 @@ gdb_test "target" "Argument required .target name.*" "target" #test tbreak gdb_test "tbreak" "No default breakpoint address now." "tbreak" #test tty -gdb_test "tty" "Argument required .terminal name for running target process.*" "tty" +gdb_test "tty" "Argument required .filename to set it to\..*" "tty" #test until "u" abbreviation gdb_test "u" "The program is not running." "until \"u\" abbreviation" #test until diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 2eed1dca842..ca509cac032 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 -- 2.30.2