diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-28 15:57:28 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-28 16:28:16 +0200 |
commit | 7721f22a2c0f5b286d04427d011351602341de02 (patch) | |
tree | b55f3e46fa9d8ef16856034337317f6b40e34d20 /t/pr401c.sh | |
parent | 8eda774e3d2311513a35c49d7cad5e05c5fd9e03 (diff) | |
parent | b21d68690612214d8edd810acf11880c3c0ad586 (diff) | |
download | automake-7721f22a2c0f5b286d04427d011351602341de02.tar.gz |
Merge branch 'master' into ng/master
* master:
cosmetics: remove trailing whitespace in some files
coverage: enhance tests in 'missing' script a little
coverage: tests AM_MISSING_PROG usage
docs: document AM_MISSING_PROG
tests: fix a spurious failure with Solaris make
tests: simpler workaround for shells losing the exit status in exit trap
tests: avoid several spurious failures on Solaris
tests: avoid a spurious failure on NetBSD
+ Extra non-trivial edits:
* Several tests: Adjusted to use 'exit' rather than 'Exit'.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/pr401c.sh')
-rwxr-xr-x | t/pr401c.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pr401c.sh b/t/pr401c.sh index c2fc06e55..d2efaa950 100755 --- a/t/pr401c.sh +++ b/t/pr401c.sh @@ -18,7 +18,7 @@ # (pr401.test and pr401b.test do the same for LIBOBJS and LTLIBOBJS) required=cc -. ./defs || Exit 1 +. ./defs || exit 1 mkdir lib src |