~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Fixed bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
TEST_RUN= $(PERL) -I$(top_srcdir)/tests/lib \
36
36
                ${top_srcdir}/tests/test-run.pl \
37
37
                --vardir=${top_builddir}/tests/var \
38
 
                --suitepath=${top_srcdir}/plugin \
39
38
                --testdir=${top_srcdir}/tests \
40
39
                --mtr-build-thread=$$$$
41
40