+2011-06-02 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ maintcheck: fix again few more failures
+ * tests/cond29.test: To please the `sc_tests_Exit_not_exit'
+ maintainer check, avoid using `sh -c "exit 0"' where a simple
+ `sh -c :' will do.
+ * tests/depmod-data.test: Use creative quoting to avoid
+ spuriously triggering the `sc_tests_Exit_not_exit' maintainer
+ check.
+
2011-06-02 Stefano Lattarini <stefano.lattarini@gmail.com>
maintcheck: fix some more failures
# a04_OBJECTS, and to rewrite bin_PROGRAM), eating all memory, swap,
# or cpu time it can found.
ulimit -v 20000 || skip_ "no adequate 'ulimit' builtin found"
-(ulimit -v 1; sh -c 'exit 0') && skip_ "no adequate 'ulimit' builtin found"
+(ulimit -v 1; sh -c ":") && skip_ "no adequate 'ulimit' builtin found"
for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22; do
unindent >>Makefile.am <<EOF
# `depmod-test.sh'.
# Ensure proper definition of $testsrcdir.
+# FIXME: we employ useless quoting below to please maintainer-check.
. ./defs-static || exit 99
# Sanity check.
if test x"$testsrcdir" = x; then
echo "$0: \$testsrcdir not set after sourcing of ./defs-static" >&2
- exit 99
+ # FIXME: we employ useless quoting below to please maintainer-check.
+ 'exit' 99
fi
exec $SHELL $testsrcdir/depmod-tests.sh --generate-data