]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/watchpoint-fork.exp
Fix test names starting with uppercase using gdb_test on a single line.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / watchpoint-fork.exp
index 16829825dae5b4ac4cc8c225b7c7d51cfa0560b4..a21cf76a5ec4a933a089c3d704379034bc9f5d85 100644 (file)
@@ -51,7 +51,7 @@ proc test {type symbol} {
                return
            }
 
-           gdb_test "watch var" "atchpoint \[0-9\]+: var" "Set the watchpoint"
+           gdb_test "watch var" "atchpoint \[0-9\]+: var" "set the watchpoint"
 
            # It is never hit but it should not be left over in the fork()ed-off child.
            if [skip_hw_breakpoint_tests] {
@@ -102,7 +102,7 @@ proc test {type symbol} {
                return
            }
 
-           gdb_test "watch var" "atchpoint \[0-9\]+: var" "Set the watchpoint"
+           gdb_test "watch var" "atchpoint \[0-9\]+: var" "set the watchpoint"
 
            # It should not be left over in the fork()ed-off child.
            gdb_test "$hbreak marker" {reakpoint [0-9]+.*}