aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/help.exp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-01-11 03:07:37 +0000
committerJason Molenda <jmolenda@apple.com>2000-01-11 03:07:37 +0000
commit0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5 (patch)
tree9533ed688a9ea7eca9bcad984dfda07fecc420bb /gdb/testsuite/gdb.base/help.exp
parent3b7c8b741463f04bc932f698f9a68c64ff797992 (diff)
downloadgdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.zip
gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.gz
gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.bz2
import gdb-2000-01-10 snapshot
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 dfd65a2..9c98c72 100644
--- a/gdb/testsuite/gdb.base/help.exp
+++ b/gdb/testsuite/gdb.base/help.exp
@@ -504,7 +504,7 @@ gdb_test "help target core" ".*Use a core file as a target.*Specify the filename
# test help target exec
gdb_test "help target exec" "Use an executable file as a target..*\[\r\n\]+Specify the filename of the executable file." "help target exec"
# test help target remote
-gdb_test "help target remote" "Use a remote computer via a serial line, using a gdb-specific protocol..*\[\r\n\]+Specify the serial device it is connected to .e.g. /dev/ttya..*" "help target remote"
+gdb_test "help target remote" "Use a remote computer via a serial line, using a gdb-specific protocol..*\[\r\n\]+Specify the serial device it is connected to .e.g. .*" "help target remote"
# test help target
# the child process target may be "target child" or "target procfs"
gdb_test "help target" "Connect to a target machine or process..*\[\r\n\]+The first argument is the type or protocol of the target machine..*\[\r\n\]+Remaining arguments are interpreted by the target protocol. For more.*\[\r\n\]+information on the arguments for a particular protocol, type.*\[\r\n\]+`help target ' followed by the protocol name..*\[\r\n\]+List of target subcommands:.*\[\r\n\]+target exec -- Use an executable file as a target.*\[\r\n\]+Type \"help target\" followed by target subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "help target"