X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fsigbpt.exp;h=012bd2900684b37a9535374fba22c4faf60c3ba1;hb=bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69;hp=d291c9701755627f1032ab9c6a4a35171d4a8f3a;hpb=88256e713c707aeb850688071150d32f9cca5a91;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp index d291c97017..012bd29006 100644 --- a/gdb/testsuite/gdb.base/sigbpt.exp +++ b/gdb/testsuite/gdb.base/sigbpt.exp @@ -56,7 +56,7 @@ if ![runto_main] then { # case. if { [is_address_zero_readable] } { - untested "Memory at address 0 is possibly executable" + untested "memory at address 0 is possibly executable" return } @@ -119,7 +119,7 @@ proc after_segv { } { # Check that the address table and SIGSEGV correspond. -set test "Verify that ${signame} occurs at the last STEPI insn" +set test "verify that ${signame} occurs at the last STEPI insn" if {[string compare $segv_addr [at_segv]] == 0} { pass "$test" } else {