]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/staticthreads.exp
Fix test names starting with uppercase output by basic functions
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / staticthreads.exp
index 16fcb68d18ee10b35ace41c3cc968bcc3e7eea21..6bd3c203d165caa5d9d206829eaae2041f8cd214 100644 (file)
@@ -42,7 +42,7 @@ gdb_test_no_output "set print sevenbit-strings"
 
 runto_main
 gdb_test "break sem_post"
-set test "Continue to main's call of sem_post"
+set test "continue to main's call of sem_post"
 gdb_test_multiple "continue" "$test" {
     -re "Breakpoint .*, .*sem_post .*$gdb_prompt " {
        pass "$test"
@@ -65,7 +65,7 @@ if [istarget hppa*-*-*] {
 
 rerun_to_main
 gdb_test "handle $sig nostop noprint pass"
-set test "Handle $sig helps"
+set test "handle $sig helps"
 gdb_test "continue" " .*sem_post .*" "handle $sig helps"