aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/fork-print-inferior-events.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-12-14 10:02:49 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:56 -0700
commit8ce7423fda0c4b148cc0a48c68ba103476f3f5b7 (patch)
treea375e761ecf34f506d0695be1087a1a049549d37 /gdb/testsuite/gdb.base/fork-print-inferior-events.exp
parent1b1f4ab760127c31d520811e2858277bb7f651e2 (diff)
downloadfsf-binutils-gdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.zip
fsf-binutils-gdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.tar.gz
fsf-binutils-gdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.tar.bz2
Use require !use_gdb_stub
This changes some tests to use "require !use_gdb_stub".
Diffstat (limited to 'gdb/testsuite/gdb.base/fork-print-inferior-events.exp')
-rw-r--r--gdb/testsuite/gdb.base/fork-print-inferior-events.exp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/fork-print-inferior-events.exp b/gdb/testsuite/gdb.base/fork-print-inferior-events.exp
index 313ec61..1b0ff14 100644
--- a/gdb/testsuite/gdb.base/fork-print-inferior-events.exp
+++ b/gdb/testsuite/gdb.base/fork-print-inferior-events.exp
@@ -20,10 +20,7 @@
# 'set detach-on-fork [on,off]' are the correct ones.
# This test relies on "run", so it cannot run on target remote stubs.
-if { [use_gdb_stub] } {
- untested "not supported on target remote stubs"
- return
-}
+require !use_gdb_stub
# Test relies on checking follow-fork output. Do not run if gdb debug is
# enabled as it will be redirected to the log.