On Fri, Sep 5, 2014 at 3:56 PM, 'Julio Merino' via kyua-discuss
<
kyua-d...@googlegroups.com> wrote:
> On Fri, Sep 5, 2014 at 5:32 PM, Craig Rodrigues <
rod...@freebsd.org> wrote:
>>
>> The tests fail because they cannot source ../test_funcs.sh
>>
>> That is because kyua changes the working directory to a temporary
>> directory
>> for test case isolation.
>>
>> Does anyone have any advice for how I can work around this problem?
>
>
> If they are atf test programs: $(atf_get_srcdir)/../test_funcs.sh
>
> If not: $(dirname $0)/../test_funcs.sh