diff options
Diffstat (limited to 'gdb/testsuite/gdb.server/ext-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.server/ext-run.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.server/ext-run.exp b/gdb/testsuite/gdb.server/ext-run.exp index b930527..165a2b6 100644 --- a/gdb/testsuite/gdb.server/ext-run.exp +++ b/gdb/testsuite/gdb.server/ext-run.exp @@ -55,7 +55,7 @@ if { [istarget *-*-linux*] } { # This is done in a way to avoid the timeout that can occur from # applying .* regexp to large output. gdb_test_sequence "info os processes" "get process list" \ - { "pid +user +command" "1 +root +\[/a-z\]*init" } + { "pid +user +command" "1 +root +\[/a-z\]*(init|systemd)" } } } |