diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-10-27 17:52:35 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-10-27 17:52:35 +0200 |
commit | 0dd85e069d595f169d2e41c98762a6395632c3fb (patch) | |
tree | 1fbd63c3637c851e115dd2cf388beea3bf922f52 /t/man3.sh | |
parent | cf8b865e19c25d5cb5ccb2def3d5d2d8b8c63d32 (diff) | |
parent | 9fed1c8186e58ff7b2152e3901d5d62b6d86d9b9 (diff) | |
download | automake-0dd85e069d595f169d2e41c98762a6395632c3fb.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: remove spurious leftover use of 'Exit'
tests: remove an obsolete, and probably now wrong, comment
tests: remove obsolescent references to './defs'
tests: prefer including 'test-init.sh' rather than './defs'
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/man3.sh')
-rwxr-xr-x | t/man3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # PR 516: Prefer generated manpages to distributed ones. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' dist_man_MANS = foo.1 |