More "Program" -> "Thread NN received signal" testsuite adjustment
[binutils-gdb.git] / gdb / testsuite / gdb.threads / linux-dp.exp
index 6365f7d09859dc093c38d2551a00665354fb6138..9f717c79ffa1aeba095e26dcf0d7a9b0117929d9 100644 (file)
@@ -94,7 +94,7 @@ for {set i 0} {$i < 5} {incr i} {
        }
        -re "^$gdb_prompt $" {
        }
-       -re "Program received signal.*(Unknown signal|SIGUSR|Real-time event).*$gdb_prompt $" {
+       -re " received signal.*(Unknown signal|SIGUSR|Real-time event).*$gdb_prompt $" {
            # It would be nice if we could catch the message that GDB prints
            # when it first notices that the thread library doesn't support
            # debugging, or if we could explicitly ask GDB somehow.