* t/README (Supported shells): Here. And remove an extra empty line.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
AM_TEST_RUNNER_SHELL=/bin/my-sh make -e check (non-GNU make)
# Run a test directly from the command line.
- AM_TEST_RUNNER_SHELL=/bin/my-sh ./t/ax/runtest t/foo.sh
-
+ AM_TEST_RUNNER_SHELL=/bin/my-sh ./runtest t/foo.sh
The test scripts are written with portability in mind, and should run
with any decent POSIX shell. However, it is worth nothing that older