From: Alexandre Duret-Lutz Date: Mon, 13 Jan 2003 19:17:51 +0000 (+0000) Subject: * lib/am/distdir.am (distcheck): '=' is not valid in DOS filenames. X-Git-Tag: Release-1-7b~310 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0976712c7862293364f9ddb3ae2d2af4b873a5ba;p=automake.git * lib/am/distdir.am (distcheck): '=' is not valid in DOS filenames. Use '_build' and '_inst' instead of '=build' and '=inst'. * tests/man2.test: Reflect change automake: check for files in '_build' and '_inst' directories instead of '=build' and '=inst'. --- diff --git a/ChangeLog.2000 b/ChangeLog.00 similarity index 100% rename from ChangeLog.2000 rename to ChangeLog.00 diff --git a/ChangeLog.2001 b/ChangeLog.01 similarity index 100% rename from ChangeLog.2001 rename to ChangeLog.01 diff --git a/ChangeLog.1996 b/ChangeLog.96 similarity index 100% rename from ChangeLog.1996 rename to ChangeLog.96 diff --git a/ChangeLog.1998 b/ChangeLog.98 similarity index 100% rename from ChangeLog.1998 rename to ChangeLog.98 diff --git a/Makefile.am b/Makefile.am index a0925b19..e0f5c263 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ ETAGS_ARGS = --lang=none \ --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi TAGS_DEPENDENCIES = automake.texi -EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 \ +EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 \ $(AUTOMAKESOURCES) ## Make versioned links. We only run the transform on the root name; diff --git a/Makefile.in b/Makefile.in index 3e4736e1..177d8ccd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,7 +109,7 @@ ETAGS_ARGS = --lang=none \ TAGS_DEPENDENCIES = automake.texi -EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 \ +EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 \ $(AUTOMAKESOURCES) @@ -487,12 +487,12 @@ distcheck: dist $(am__remove_distdir) GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/=build - mkdir $(distdir)/=inst + mkdir $(distdir)/_build + mkdir $(distdir)/_inst chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/=build \ + && cd $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 065d1c37..e445ecef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,14 +7,14 @@ acinclude.test \ aclibobj.test \ aclocal.test \ aclocal2.test \ -aclocali.test \ -aclocali1.test \ -aclocalii.test \ +aclocal.test \ +aclocal2.test \ +aclocal3.test \ acoutnoq.test \ -acoutput.test \ -acoutput2.test \ +acoutpt.test \ +acoutpt2.test \ acoutqnl.test \ -acouttbs.test \ +acoutbs.test \ acsilent.test \ acsubst.test \ acsubst2.test \ @@ -34,8 +34,8 @@ ansi9.test \ ansi10.test \ ar.test \ asm.test \ -autoheader.test \ -autoheader2.test \ +autohdr.test \ +autohdr2.test \ auxdir.test \ auxdir2.test \ backsl.test \ @@ -99,8 +99,8 @@ cond26.test \ cond27.test \ cond28.test \ condd.test \ -condincl.test \ -condincl2.test \ +condinc.test \ +condinc2.test \ condlib.test \ condman.test \ condman2.test \ @@ -142,9 +142,9 @@ destdir.test \ dirforbid.test \ dirlist.test \ discover.test \ -distcommon.test \ -distcommon2.test \ -distcommon3.test \ +distcom.test \ +distcom2.test \ +distcom3.test \ distdir.test \ distname.test \ dollar.test \ @@ -199,10 +199,10 @@ insh.test \ insh2.test \ install2.test \ installdir.test \ -installsh.test \ -installsh2.test \ -instdata.test \ -instdata2.test \ +instsh.test \ +instsh2.test \ +instdat.test \ +instdat2.test \ instexec.test \ insthook.test \ instman.test \ @@ -229,7 +229,7 @@ libobj8.test \ libobj10.test \ libobj11.test \ libobj12.test \ -libobj12b.test \ +libobj13.test \ library.test \ library2.test \ library3.test \ @@ -241,9 +241,9 @@ libtool5.test \ libtool6.test \ link_c_cxx.test \ link_dist.test \ -link_f_c.test \ -link_f_c_cxx.test \ -link_f_cxx.test \ +link_fc.test \ +link_fccxx.test \ +link_fcxx.test \ link_f_only.test \ lisp.test \ lisp2.test \ @@ -265,8 +265,8 @@ mdate4.test \ mkinst2.test \ mkinstall.test \ nobase.test \ -nodefine.test \ -nodefine2.test \ +nodef.test \ +nodef2.test \ nodep.test \ nodepcomp.test \ nodist.test \ @@ -333,22 +333,22 @@ remake.test \ remake2.test \ remake3.test \ req.test \ -required.test \ -required2.test \ +reqd.test \ +reqd2.test \ rulepat.test \ scripts.test \ seenc.test \ sinclude.test \ -sourcesub.test \ -sourcesub2.test \ +srcsub.test \ +srcsub2.test \ space.test \ -specflags.test \ -specflags2.test \ -specflags3.test \ -specflags6.test \ -specflags7.test \ -specflags8.test \ -specflags9.test \ +specflg.test \ +specflg2.test \ +specflg3.test \ +specflg6.test \ +specflg7.test \ +specflg8.test \ +specflg9.test \ spell.test \ spell2.test \ spell3.test \ @@ -365,9 +365,9 @@ subdir5.test \ subdir6.test \ subdir7.test \ subdirbuiltsources.test \ -subdircond.test \ -subdircond2.test \ -subdircond3.test \ +subcond.test \ +subcond2.test \ +subcond3.test \ subobj.test \ subobj2.test \ subobj3.test \ @@ -402,20 +402,20 @@ tagsub.test \ target.test \ target-cflags.test \ targetclash.test \ -texinfo.test \ -texinfo2.test \ -texinfo3.test \ -texinfo4.test \ -texinfo5.test \ -texinfo6.test \ -texinfo7.test \ -texinfo8.test \ -texinfo9.test \ -texinfo10.test \ -texinfo13.test \ -texinfo16.test \ -texinfo17.test \ -texinfo18.test \ +txinfo.test \ +txinfo2.test \ +txinfo3.test \ +txinfo4.test \ +txinfo5.test \ +txinfo6.test \ +txinfo7.test \ +txinfo8.test \ +txinfo9.test \ +txinfo10.test \ +txinfo13.test \ +txinfo16.test \ +txinfo17.test \ +txinfo18.test \ transform.test \ unused.test \ vars.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 15620a67..c69f6e07 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -100,14 +100,14 @@ acinclude.test \ aclibobj.test \ aclocal.test \ aclocal2.test \ -aclocali.test \ -aclocali1.test \ -aclocalii.test \ +aclocal.test \ +aclocal2.test \ +aclocal3.test \ acoutnoq.test \ -acoutput.test \ -acoutput2.test \ +acoutpt.test \ +acoutpt2.test \ acoutqnl.test \ -acouttbs.test \ +acoutbs.test \ acsilent.test \ acsubst.test \ acsubst2.test \ @@ -127,8 +127,8 @@ ansi9.test \ ansi10.test \ ar.test \ asm.test \ -autoheader.test \ -autoheader2.test \ +autohdr.test \ +autohdr2.test \ auxdir.test \ auxdir2.test \ backsl.test \ @@ -192,8 +192,8 @@ cond26.test \ cond27.test \ cond28.test \ condd.test \ -condincl.test \ -condincl2.test \ +condinc.test \ +condinc2.test \ condlib.test \ condman.test \ condman2.test \ @@ -235,9 +235,9 @@ destdir.test \ dirforbid.test \ dirlist.test \ discover.test \ -distcommon.test \ -distcommon2.test \ -distcommon3.test \ +distcom.test \ +distcom2.test \ +distcom3.test \ distdir.test \ distname.test \ dollar.test \ @@ -292,10 +292,10 @@ insh.test \ insh2.test \ install2.test \ installdir.test \ -installsh.test \ -installsh2.test \ -instdata.test \ -instdata2.test \ +instsh.test \ +instsh2.test \ +instdat.test \ +instdat2.test \ instexec.test \ insthook.test \ instman.test \ @@ -322,7 +322,7 @@ libobj8.test \ libobj10.test \ libobj11.test \ libobj12.test \ -libobj12b.test \ +libobj13.test \ library.test \ library2.test \ library3.test \ @@ -334,9 +334,9 @@ libtool5.test \ libtool6.test \ link_c_cxx.test \ link_dist.test \ -link_f_c.test \ -link_f_c_cxx.test \ -link_f_cxx.test \ +link_fc.test \ +link_fccxx.test \ +link_fcxx.test \ link_f_only.test \ lisp.test \ lisp2.test \ @@ -358,8 +358,8 @@ mdate4.test \ mkinst2.test \ mkinstall.test \ nobase.test \ -nodefine.test \ -nodefine2.test \ +nodef.test \ +nodef2.test \ nodep.test \ nodepcomp.test \ nodist.test \ @@ -426,22 +426,22 @@ remake.test \ remake2.test \ remake3.test \ req.test \ -required.test \ -required2.test \ +reqd.test \ +reqd2.test \ rulepat.test \ scripts.test \ seenc.test \ sinclude.test \ -sourcesub.test \ -sourcesub2.test \ +srcsub.test \ +srcsub2.test \ space.test \ -specflags.test \ -specflags2.test \ -specflags3.test \ -specflags6.test \ -specflags7.test \ -specflags8.test \ -specflags9.test \ +specflg.test \ +specflg2.test \ +specflg3.test \ +specflg6.test \ +specflg7.test \ +specflg8.test \ +specflg9.test \ spell.test \ spell2.test \ spell3.test \ @@ -458,9 +458,9 @@ subdir5.test \ subdir6.test \ subdir7.test \ subdirbuiltsources.test \ -subdircond.test \ -subdircond2.test \ -subdircond3.test \ +subcond.test \ +subcond2.test \ +subcond3.test \ subobj.test \ subobj2.test \ subobj3.test \ @@ -495,20 +495,20 @@ tagsub.test \ target.test \ target-cflags.test \ targetclash.test \ -texinfo.test \ -texinfo2.test \ -texinfo3.test \ -texinfo4.test \ -texinfo5.test \ -texinfo6.test \ -texinfo7.test \ -texinfo8.test \ -texinfo9.test \ -texinfo10.test \ -texinfo13.test \ -texinfo16.test \ -texinfo17.test \ -texinfo18.test \ +txinfo.test \ +txinfo2.test \ +txinfo3.test \ +txinfo4.test \ +txinfo5.test \ +txinfo6.test \ +txinfo7.test \ +txinfo8.test \ +txinfo9.test \ +txinfo10.test \ +txinfo13.test \ +txinfo16.test \ +txinfo17.test \ +txinfo18.test \ transform.test \ unused.test \ vars.test \ diff --git a/tests/aclocal2.test b/tests/aclocal2.test index f2b38bba..c9461acf 100755 --- a/tests/aclocal2.test +++ b/tests/aclocal2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -18,28 +18,24 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -# Make sure aclocal works with macro that have parentheses in their -# name. Report from Tamara L. Dahlgren and Tom Epperly. - +# Make sure that ACLOCAL_AMFLAGS doesn't cause circular dependencies. . ./defs || exit 1 -set -e +echo AM_QUUX >> configure.in + +cat > quux.m4 << 'END' +AC_DEFUN([AM_QUUX], [ +]) +END -mkdir m4 -cat >m4/f90.m4 < Makefile.am << 'END' +ACLOCAL_AMFLAGS = -I . +END -cat >acinclude.m4 <>configure.in <stderr -cat stderr -grep AM_LANG_PREPROC stderr && exit 1 -$FGREP 'AC_DEFUN([AM_LANG_PREPROC(Fortran 90)' aclocal.m4 +grep "\$(ACLOCAL_M4): *configure.in *quux.m4" Makefile.in || exit 1 diff --git a/tests/aclocalii.test b/tests/aclocal3.test similarity index 100% rename from tests/aclocalii.test rename to tests/aclocal3.test diff --git a/tests/aclocali.test b/tests/aclocali.test deleted file mode 100755 index cd5ae38c..00000000 --- a/tests/aclocali.test +++ /dev/null @@ -1,43 +0,0 @@ -#! /bin/sh -# Copyright (C) 1998, 2002 Free Software Foundation, Inc. -# -# This file is part of GNU Automake. -# -# GNU Automake is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# GNU Automake is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with autoconf; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. - -# Make sure that ACLOCAL_AMFLAGS actually gets the right dependencies. -. ./defs || exit 1 - -echo AM_QUUX >> configure.in - -mkdir macros - -cat > macros/quux.m4 << 'END' -AC_DEFUN([AM_QUUX], [ -]) -END - -cat > Makefile.am << 'END' -ACLOCAL_AMFLAGS = -I macros -END - -# We have to run aclocal first to make sure that aclocal.m4 exists. -# Otherwise automake won't guess that we want to auto-generate it. -$ACLOCAL -I macros || exit 1 - -$AUTOMAKE || exit 1 - -$FGREP quux.m4 Makefile.in diff --git a/tests/aclocali1.test b/tests/aclocali1.test deleted file mode 100755 index c9461acf..00000000 --- a/tests/aclocali1.test +++ /dev/null @@ -1,41 +0,0 @@ -#! /bin/sh -# Copyright (C) 2000, 2002 Free Software Foundation, Inc. -# -# This file is part of GNU Automake. -# -# GNU Automake is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# GNU Automake is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with autoconf; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. - -# Make sure that ACLOCAL_AMFLAGS doesn't cause circular dependencies. -. ./defs || exit 1 - -echo AM_QUUX >> configure.in - -cat > quux.m4 << 'END' -AC_DEFUN([AM_QUUX], [ -]) -END - -cat > Makefile.am << 'END' -ACLOCAL_AMFLAGS = -I . -END - -# We have to run aclocal first to make sure that aclocal.m4 exists. -# Otherwise automake won't guess that we want to auto-generate it. -$ACLOCAL -I . || exit 1 - -$AUTOMAKE || exit 1 - -grep "\$(ACLOCAL_M4): *configure.in *quux.m4" Makefile.in || exit 1 diff --git a/tests/acouttbs.test b/tests/acoutbs.test similarity index 100% rename from tests/acouttbs.test rename to tests/acoutbs.test diff --git a/tests/acouttbs2.test b/tests/acoutbs2.test similarity index 100% rename from tests/acouttbs2.test rename to tests/acoutbs2.test diff --git a/tests/acoutput.test b/tests/acoutpt.test similarity index 100% rename from tests/acoutput.test rename to tests/acoutpt.test diff --git a/tests/acoutput2.test b/tests/acoutpt2.test similarity index 100% rename from tests/acoutput2.test rename to tests/acoutpt2.test diff --git a/tests/autoheader.test b/tests/autohdr.test similarity index 100% rename from tests/autoheader.test rename to tests/autohdr.test diff --git a/tests/autoheader2.test b/tests/autohdr2.test similarity index 100% rename from tests/autoheader2.test rename to tests/autohdr2.test diff --git a/tests/condincl.test b/tests/condinc.test similarity index 100% rename from tests/condincl.test rename to tests/condinc.test diff --git a/tests/condincl2.test b/tests/condinc2.test similarity index 100% rename from tests/condincl2.test rename to tests/condinc2.test diff --git a/tests/distcommon.test b/tests/distcom.test similarity index 100% rename from tests/distcommon.test rename to tests/distcom.test diff --git a/tests/distcommon2.test b/tests/distcom2.test similarity index 100% rename from tests/distcommon2.test rename to tests/distcom2.test diff --git a/tests/distcommon3.test b/tests/distcom3.test similarity index 100% rename from tests/distcommon3.test rename to tests/distcom3.test diff --git a/tests/instdata.test b/tests/instdat.test similarity index 100% rename from tests/instdata.test rename to tests/instdat.test diff --git a/tests/instdata2.test b/tests/instdat2.test similarity index 100% rename from tests/instdata2.test rename to tests/instdat2.test diff --git a/tests/installsh.test b/tests/instsh.test similarity index 100% rename from tests/installsh.test rename to tests/instsh.test diff --git a/tests/installsh2.test b/tests/instsh2.test similarity index 100% rename from tests/installsh2.test rename to tests/instsh2.test diff --git a/tests/libobj12.test b/tests/libobj12.test index a3907263..e8237e48 100755 --- a/tests/libobj12.test +++ b/tests/libobj12.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -20,7 +20,7 @@ # Test if a file can be mentioned in LIBOBJS and explicitly. -# (See libobj12b.test for the LTLIBRARIES check.) +# (See libobj13.test for the LTLIBRARIES check.) . ./defs || exit 1 set -e diff --git a/tests/libobj12b.test b/tests/libobj13.test similarity index 100% rename from tests/libobj12b.test rename to tests/libobj13.test diff --git a/tests/link_f_c.test b/tests/link_fc.test similarity index 100% rename from tests/link_f_c.test rename to tests/link_fc.test diff --git a/tests/link_f_c_cxx.test b/tests/link_fccxx.test similarity index 100% rename from tests/link_f_c_cxx.test rename to tests/link_fccxx.test diff --git a/tests/link_f_cxx.test b/tests/link_fcxx.test similarity index 100% rename from tests/link_f_cxx.test rename to tests/link_fcxx.test diff --git a/tests/nodefine.test b/tests/nodef.test similarity index 93% rename from tests/nodefine.test rename to tests/nodef.test index 61bbd9c0..eb51e273 100755 --- a/tests/nodefine.test +++ b/tests/nodef.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -28,7 +28,7 @@ set -e # Do not upgrade this file to use the modern AC_INIT/AM_INIT_AUTOMAKE # forms. The day these obsolete AC_INIT and AM_INIT_AUTOMAKE forms # are dropped, just erase the file. -# nodefine2.test contains the modern version of this test. +# nodef2.test contains the modern version of this test. # ------------------------------------------------------------------- # First, check that PACKAGE and VERSION are output by default. diff --git a/tests/nodefine2.test b/tests/nodef2.test similarity index 100% rename from tests/nodefine2.test rename to tests/nodef2.test diff --git a/tests/required.test b/tests/reqd.test similarity index 100% rename from tests/required.test rename to tests/reqd.test diff --git a/tests/required2.test b/tests/reqd2.test similarity index 100% rename from tests/required2.test rename to tests/reqd2.test diff --git a/tests/specflags.test b/tests/specflg.test similarity index 100% rename from tests/specflags.test rename to tests/specflg.test diff --git a/tests/specflags2.test b/tests/specflg2.test similarity index 100% rename from tests/specflags2.test rename to tests/specflg2.test diff --git a/tests/specflags3.test b/tests/specflg3.test similarity index 100% rename from tests/specflags3.test rename to tests/specflg3.test diff --git a/tests/specflags6.test b/tests/specflg6.test similarity index 100% rename from tests/specflags6.test rename to tests/specflg6.test diff --git a/tests/specflags7.test b/tests/specflg7.test similarity index 100% rename from tests/specflags7.test rename to tests/specflg7.test diff --git a/tests/specflags8.test b/tests/specflg8.test similarity index 100% rename from tests/specflags8.test rename to tests/specflg8.test diff --git a/tests/specflags9.test b/tests/specflg9.test similarity index 100% rename from tests/specflags9.test rename to tests/specflg9.test diff --git a/tests/sourcesub.test b/tests/srcsub.test similarity index 100% rename from tests/sourcesub.test rename to tests/srcsub.test diff --git a/tests/sourcesub2.test b/tests/srcsub2.test similarity index 100% rename from tests/sourcesub2.test rename to tests/srcsub2.test diff --git a/tests/subdircond.test b/tests/subcond.test similarity index 100% rename from tests/subdircond.test rename to tests/subcond.test diff --git a/tests/subdircond2.test b/tests/subcond2.test similarity index 95% rename from tests/subdircond2.test rename to tests/subcond2.test index 89303a8b..c59deaad 100755 --- a/tests/subdircond2.test +++ b/tests/subcond2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -20,7 +20,7 @@ # The for conditional SUBDIRS. # SUBDIRS + AM_CONDITIONAL setup from the manual. -# Lots of lines here are duplicated in subdircond3.test. +# Lots of lines here are duplicated in subcond3.test. . ./defs || exit 1 diff --git a/tests/subdircond3.test b/tests/subcond3.test similarity index 95% rename from tests/subdircond3.test rename to tests/subcond3.test index 1ba38846..68691c9f 100755 --- a/tests/subdircond3.test +++ b/tests/subcond3.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -20,7 +20,7 @@ # The for conditional SUBDIRS. # SUBDIRS + AC_SUBST setup from the manual. -# Lots of lines here are duplicated in subdircond2.test. +# Lots of lines here are duplicated in subcond2.test. . ./defs || exit 1 diff --git a/tests/texinfo.test b/tests/txinfo.test similarity index 100% rename from tests/texinfo.test rename to tests/txinfo.test diff --git a/tests/texinfo10.test b/tests/txinfo10.test similarity index 100% rename from tests/texinfo10.test rename to tests/txinfo10.test diff --git a/tests/texinfo13.test b/tests/txinfo13.test similarity index 100% rename from tests/texinfo13.test rename to tests/txinfo13.test diff --git a/tests/texinfo16.test b/tests/txinfo16.test similarity index 100% rename from tests/texinfo16.test rename to tests/txinfo16.test diff --git a/tests/texinfo17.test b/tests/txinfo17.test similarity index 100% rename from tests/texinfo17.test rename to tests/txinfo17.test diff --git a/tests/texinfo18.test b/tests/txinfo18.test similarity index 100% rename from tests/texinfo18.test rename to tests/txinfo18.test diff --git a/tests/texinfo2.test b/tests/txinfo2.test similarity index 100% rename from tests/texinfo2.test rename to tests/txinfo2.test diff --git a/tests/texinfo3.test b/tests/txinfo3.test similarity index 100% rename from tests/texinfo3.test rename to tests/txinfo3.test diff --git a/tests/texinfo4.test b/tests/txinfo4.test similarity index 100% rename from tests/texinfo4.test rename to tests/txinfo4.test diff --git a/tests/texinfo5.test b/tests/txinfo5.test similarity index 100% rename from tests/texinfo5.test rename to tests/txinfo5.test diff --git a/tests/texinfo6.test b/tests/txinfo6.test similarity index 100% rename from tests/texinfo6.test rename to tests/txinfo6.test diff --git a/tests/texinfo7.test b/tests/txinfo7.test similarity index 100% rename from tests/texinfo7.test rename to tests/txinfo7.test diff --git a/tests/texinfo8.test b/tests/txinfo8.test similarity index 100% rename from tests/texinfo8.test rename to tests/txinfo8.test diff --git a/tests/texinfo9.test b/tests/txinfo9.test similarity index 100% rename from tests/texinfo9.test rename to tests/txinfo9.test