dtrace tests: Override RLIMIT_CORE for a test which triggers a core dump

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit e1700a36a9)
This commit is contained in:
Mark Johnston 2022-08-02 20:32:04 -04:00
parent 28ceed5f7a
commit cf63676e08

View file

@ -61,7 +61,7 @@ EOF
sleeper()
{
while true; do
$longsleep &
limits -c unlimited $longsleep &
/bin/sleep 1
kill -SEGV $!
done