]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 22:16:26 +0000 (00:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 22:16:26 +0000 (00:16 +0200)
* maint:
  tests: avoid one last `...` command substitution in 'test-init.sh'
  maintcheck: guard against `...` for command substitution in test cases
  tests: more uses of $(...) over `...` for command substitution
  cosmetics: quote `like this', not 'like this', in a couple of tests
  readme: clarify/extend few entries in 't/README'
  readme: better separation of entries in 't/README'
  readme: subsections "Do" and "Do not" in 't/README' merged
  tests: new requirement 'grep-nonprint'
  cosmetics: fix description of an expected error message in a test
  tests: assume automake quotes 'like this', not `like this'

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
syntax-checks.mk
t/ax/tap-summary-aux.sh
t/ax/test-init.sh
t/parallel-tests-no-color-in-log.sh
t/parallel-tests-reset-term.sh
t/vtexi4.sh

index d9302dab71ee2f041380706299d47c5b2eea72fe,417ae5e8ee50df9a575e65a84b58716d5fcbc5ab..77d2f42a453c3300a030c28957d3278ea5524c3d
@@@ -55,9 -56,9 +55,10 @@@ sc_perl_at_uscore_in_scalar_context 
  sc_perl_local \
  sc_AMDEP_TRUE_in_automake_in \
  sc_tests_make_without_am_makeflags \
 +$(sc_obsolete_requirements_rules) \
  sc_tests_obsolete_variables \
  sc_tests_here_document_format \
+ sc_tests_command_subst \
  sc_tests_Exit_not_exit \
  sc_tests_automake_fails \
  sc_tests_required_after_defs \
Simple merge
Simple merge
Simple merge
index 4cd80862bd9e59e314a3d3bb18dc0ce4d384fb06,9335d61fc0064b424acece0fe2e6c670f3450019..52e15c069d682d04a5e9c19d6753e4b3c8dcbee6
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
 -# Check that the parallel-tests driver correctly handle overrides of the
 +# Check that the testsuite harness correctly handle overrides of the
  # TERM variable by either TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT.
  
+ required='grep-nonprint'
  . ./defs || Exit 1
  
- esc='\e['
  TERM=ansi; export TERM
  
- # Check that grep can parse nonprinting characters.
- # BSD 'grep' works from a pipe, but not a seekable file.
- # GNU or BSD 'grep -a' works on files, but is not portable.
- case `echo "$esc" | $FGREP "$esc"` in
-   "$esc") ;;
-   *) skip_ "$FGREP can't parse nonprinting characters" ;;
- esac
  cat >> configure.ac << 'END'
  AC_OUTPUT
  END
diff --cc t/vtexi4.sh
index ee9d0786dc589819df4cb66b63cf0dfca0f02a36,dcdcf8543c93d11259587e6015ab2aa7e198f6d4..975bf0ed815ac3b6592582a48bc6b4e8385c20a1
@@@ -21,7 -21,7 +21,7 @@@
  # for more vers*.texi files, and does not require makeinfo, tex and
  # texi2dvi.
  
- required='makeinfo tex texi2dvi'
 -required='makeinfo tex texi2dvi-o grep-nonprint'
++required='makeinfo tex texi2dvi grep-nonprint'
  . ./defs || Exit 1
  
  test $(LC_ALL=C date '+%u') -gt 0 && test $(LC_ALL=C date '+%u') -lt 8 \