From: Stefano Lattarini Date: Wed, 25 Jul 2012 11:14:48 +0000 (+0200) Subject: test defs: remove obsolete comment X-Git-Tag: v1.12.3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a237c2cfdb919dad8ba36834ddd1649f670e6630;p=thirdparty%2Fautomake.git test defs: remove obsolete comment * defs-static.in: Here: do not state anymore that this file should execute correctly with any system's /bin/sh shell, as this is not true anymore: the testsuite assumes a POSIX shell throughout these days. Signed-off-by: Stefano Lattarini --- diff --git a/defs-static.in b/defs-static.in index 69012128a..2a6dc62a0 100644 --- a/defs-static.in +++ b/defs-static.in @@ -21,9 +21,6 @@ # IMPORTANT NOTES AND REQUIREMENTS # - Multiple inclusions of this file should be idempotent. # - This code has to be 'set -e' clean. -# - This file should execute correctly with any system's /bin/sh -# shell, not only with configure-time detected $SHELL and/or -# $AM_TEST_RUNNER_SHELL. # CDPATH is evil if exported in the environment. CDPATH=; unset CDPATH