More "Program" -> "Thread NN received signal" testsuite adjustment
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / pending-step.exp
index ffb045c8c09bf3d12f9670df978da1821f7a517d..d3c7d57de25dd74c6d025f542f9a88749bc5bc63 100644 (file)
@@ -70,7 +70,7 @@ set ok 0
 for {set i 0} {$i < $iterations} {incr i} {
     set ok 0
     gdb_test_multiple "next" "$test" {
-       -re "Program received signal SIGTRAP.*$gdb_prompt $" {
+       -re " received signal SIGTRAP.*$gdb_prompt $" {
            fail "$test (spurious SIGTRAP)"
        }
        -re "$gdb_prompt $" {
This page took 0.025049 seconds and 4 git commands to generate.