diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 14:05:40 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 14:05:40 +0200 |
commit | c6cc38027572445a25d749db99473f82521cc79e (patch) | |
tree | a9b3862bc5261760d81ba262ae54f971bf1fde00 /t/java-compile-run-nested.sh | |
parent | 2868ff8ca1792a7d5298923aff49647a754bc23e (diff) | |
parent | daeca29aa2500bcbba1fd7bfe285a6e6d0500ef3 (diff) | |
download | automake-c6cc38027572445a25d749db99473f82521cc79e.tar.gz |
Merge branch 'maint'
* maint:
tests: rework tests on AM_PATH_PYTHON
cosmetics: fix typos and references in comments
typofix: in a test diagnostic
readme: fixlets to HACKING
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/java-compile-run-nested.sh')
-rwxr-xr-x | t/java-compile-run-nested.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh index f6bb2173f..9c0958cdd 100755 --- a/t/java-compile-run-nested.sh +++ b/t/java-compile-run-nested.sh @@ -20,9 +20,9 @@ # This test uses a typical "nested" source tree setup (i.e., different # components/aspects are separated into different subdirectories), and # uses the parallel testsuite driver. -# The sister test 'java-compile-run-flat.test' do similar checks with a -# "flat" setup (i.e., everything in the top-level directory), and forcing -# the use of the older 'serial-tests' driver. +# The sister test 'java-compile-run-flat.sh' do similar checks with +# a "flat" setup (i.e., everything in the top-level directory), and +# forcing the use of the older 'serial-tests' driver. required='java javac' . ./defs || exit 1 |