diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-22 20:05:11 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-22 20:18:25 +0200 |
commit | cf4f853ca2695a9e3cd35836cd610279fb3a6864 (patch) | |
tree | ac27ad32859255c4efdc2253f47e88efb6896d28 /t/warnings-win-over-strictness.sh | |
parent | ffc53e60412bf7df5c1c7ee68f11a10682b5499e (diff) | |
parent | 3b83966e81cd038e79be4225225787d3766c54ec (diff) | |
download | automake-cf4f853ca2695a9e3cd35836cd610279fb3a6864.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: prefer using 'is_newest' over 'ls -t' hacks
tests: implement is_newest as an auxiliary script, not shell function
tests: fix some spurious failures in VPATH setup
tests: work in VPATH setup again
tests: automatic re-execution works for non-POSIX shells too
tests: use more POSIX shell features our test scripts
docs: avoid failures with development version of Texinfo (4.13.90)
typofix: s/test derivers/test drivers/ in check.am comments
typofix: s/env/even/ in comments in GNUmakefile
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/warnings-win-over-strictness.sh')
-rwxr-xr-x | t/warnings-win-over-strictness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/warnings-win-over-strictness.sh b/t/warnings-win-over-strictness.sh index e9534f52a..3e20ae0f1 100755 --- a/t/warnings-win-over-strictness.sh +++ b/t/warnings-win-over-strictness.sh @@ -32,7 +32,7 @@ ko () { AUTOMAKE_run $* grep '^Makefile\.am:.*sub/foo\.c.*requires.*AM_PROG_CC_C_O' stderr - test `wc -l <stderr` -eq 1 + test $(wc -l <stderr) -eq 1 } set_am_opts () |