From: Stefano Lattarini Date: Sun, 4 Mar 2012 11:56:54 +0000 (+0100) Subject: test defs: remove redundant and unused requirements X-Git-Tag: v1.11b~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac2c3dd535894df514efa06b756162398041eb3;p=thirdparty%2Fautomake.git test defs: remove redundant and unused requirements * tests/defs (xsi-bin-sh, xsi-shell): Remove these requirements, they have never been used. (cygpath, cscope): Recognizing these explicitly is mostly redundant; just merge them with the default "catch all" rule, and adjust that accordingly. (bzip2): Adjust some outdated comments. --- diff --git a/tests/defs b/tests/defs index 14648f592..565df7334 100644 --- a/tests/defs +++ b/tests/defs @@ -735,10 +735,6 @@ do :) ;; cc|c++|fortran|fortran77) require_compiler_ $tool;; - xsi-shell) - require_xsi "$SHELL";; - xsi-bin-sh) - require_xsi "/bin/sh";; xsi-lib-shell) if test x"$am_test_prefer_config_shell" = x"yes"; then require_xsi "$SHELL" @@ -747,7 +743,8 @@ do fi ;; bzip2) - # Do not use --version, bzip2 still tries to compress stdin. + # Do not use --version, older versions bzip2 still tries to compress + # stdin. echo "$me: running bzip2 --help" bzip2 --help \ || skip_all_ "required program 'bzip2' not available" @@ -762,16 +759,6 @@ do echo "$me: running $CC -?" $CC -? || skip_all_ "Microsoft C compiler '$CC' not available" ;; - cscope) - # Sun cscope is interactive without redirection. - echo "$me: running cscope --version