aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.threads/attach-slow-waitpid.exp')
-rw-r--r--gdb/testsuite/gdb.threads/attach-slow-waitpid.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp b/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
index dc3e62a..28d70da 100644
--- a/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
+++ b/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
@@ -37,7 +37,8 @@
# during the attach phase.
# This test only works on Linux
-require !use_gdb_stub isnative
+require can_spawn_for_attach
+require isnative
require {!is_remote host}
require {istarget *-linux*}