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

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2022-08-02 20:32:04 -04:00
parent 852695416c
commit e1700a36a9

View file

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