#! /usr/libexec/atf-sh
atf_test_case err_D_ATTR_MIN_MinAttributes_d
err_D_ATTR_MIN_MinAttributes_d_head()
{
    atf_set 'descr' 'DTrace test common/stability/err.D_ATTR_MIN.MinAttributes.d'
}
err_D_ATTR_MIN_MinAttributes_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_ATTR_MIN.MinAttributes.d"
}
atf_init_test_cases()
{
    atf_add_test_case err_D_ATTR_MIN_MinAttributes_d
}
