#!/bin/sh
# DF-0162: unprivileged reader race surface; pair with concurrent
# root-driven kldload/kldunload to manifest the TAILQ panic.
set -u
cd "$(dirname "$0")"
./modstat_race 5
