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/parallel-tests-dry-run-1.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/parallel-tests-dry-run-1.sh')
-rwxr-xr-x | t/parallel-tests-dry-run-1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-dry-run-1.sh b/t/parallel-tests-dry-run-1.sh index 382ae206b..96764c31e 100755 --- a/t/parallel-tests-dry-run-1.sh +++ b/t/parallel-tests-dry-run-1.sh @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Check interactions between the parallel test harness and "make -n". -# See also sister test 'parallel-tests-dry-run-2.test'. +# See also sister test 'parallel-tests-dry-run-2.sh'. . ./defs || exit 1 |