#! /usr/libexec/atf-sh
atf_test_case tst_includefirst_ksh
tst_includefirst_ksh_head()
{
    atf_set 'descr' 'DTrace test common/include/tst.includefirst.ksh'
}
tst_includefirst_ksh_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.includefirst.ksh"
}
atf_init_test_cases()
{
    atf_add_test_case tst_includefirst_ksh
}
