gdb.base/foll-fork.exp: remove gating based on target triplet
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 10 Sep 2021 20:42:52 +0000 (16:42 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 20:55:46 +0000 (16:55 -0400)
commit09c0623ade7dcff1c5291a644397fdf714949edf
tree328c1fd7a9fa877f322e847ead9357521cd9e2ce
parent59767d3c391672c0437867ac61baa83975ef53d4
gdb.base/foll-fork.exp: remove gating based on target triplet

It looks like this test has some code to check at runtime the support of
fork handling of the target (see check_fork_catchpoints).  So, it seems
to me that the check based on target triplet at the beginning of the
test is not needed.  This kind of gating is generally not desirable,
because we wouldn't think of updating it when adding fork support to a
target.  For example, FreeBSD supports fork, but it wasn't listed here.

Change-Id: I6b55f2298edae6b37c3681fb8633d8ea1b5aabee
gdb/testsuite/gdb.base/foll-fork.exp