summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-08 09:56:18 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-08 09:57:38 +0200
commit3187debeb65ca767511cbc1720551c8db4b8e577 (patch)
tree40acf588f98c1feaa882e06d88d329b61921b86e
parentea93d8d05cf61d11a557e21b47f4736e337f6b1a (diff)
downloadautomake-3187debeb65ca767511cbc1720551c8db4b8e577.tar.gz
fixup: t/README: it's ./runtest, not ./t/ax/runtest
* t/README (Supported shells): Here. And remove an extra empty line. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--t/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/README b/t/README
index 25fd7353c..60b425279 100644
--- a/t/README
+++ b/t/README
@@ -95,8 +95,7 @@ Supported shells
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