Change debconf text to claim that the default /bin/sh is dash instead of bash. close...
[posh.git] / tests / Makefile.am
blobacce8c3febfc59811710b040ba9cd263d3dc62bd
1 EXTRA_DIST = exec.t quoting.t th Makefile.am \
2              mksh.t th-sh version.t README error.t expand.t \
3              token.t nonposix.t parameters.t \
4              utilities.t arithmetic.t # ttylovers.t
6 SHELL_TO_TEST = ../posh$(exe_suffix)
7 CATEGORIES_TO_TEST = sh,posix,pdksh,posh,debian,no-history,no-typeset,no-aliases,no-arrays,no-coprocs,no-herestrings,no-ulimit
9 check test:
10         $(srcdir)/th-sh $(srcdir)/th -s $(srcdir) -p $(SHELL_TO_TEST) -C $(CATEGORIES_TO_TEST) $(TESTARGS)