aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/commands.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-04 14:26:52 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-04 14:26:52 +0000
commit38979823d91590adf50c6dcca265e15322dc28fd (patch)
tree93ed5be1eb893a79186c65a5967d11be9ddf574d /gdb/testsuite/gdb.base/commands.exp
parent44b5680ae1ce75ee4c6c06528ded329ff1741b11 (diff)
downloadgdb-38979823d91590adf50c6dcca265e15322dc28fd.zip
gdb-38979823d91590adf50c6dcca265e15322dc28fd.tar.gz
gdb-38979823d91590adf50c6dcca265e15322dc28fd.tar.bz2
gdb/testsuite/
* gdb.base/commands.exp (add printf tbreak command): Remove trailing newline. * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear) (empty verbose non-noisy clear, empty verbose noisy clear) (empty non-verbose noisy clear): Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/commands.exp')
-rw-r--r--gdb/testsuite/gdb.base/commands.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp
index 1619125..a9ba92e 100644
--- a/gdb/testsuite/gdb.base/commands.exp
+++ b/gdb/testsuite/gdb.base/commands.exp
@@ -503,7 +503,7 @@ proc temporary_breakpoint_commands {} {
pass "add silent tbreak command"
}
}
- gdb_test_multiple "printf \"factorial tbreak commands executed\\n\"\n" \
+ gdb_test_multiple "printf \"factorial tbreak commands executed\\n\"" \
"add printf tbreak command" {
-re ">$" {
pass "add printf tbreak command"