From 5470c2dd9a594dc3cec553cd8ee052841ee5b8bd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 31 Dec 2012 13:57:29 +0100 Subject: [PATCH] tests: some more renames for texinfo tests * t/txinfo.sh: Rename ... * t/txinfo-tex-dist.sh: ... like this. * t/txinfo10.sh: Rename ... * t/txinfo-dvi-recurs.sh: ... like this. * t/txinfo20.sh: Rename ... * t/txinfo-makeinfo-error-no-clobber.sh: ... like this. * t/txinfo-setfilename-suffix-match.sh: Rename ... * t/txinfo-setfilename-suffix-strip.sh: ... like this. * t/txinfo-suffix-less-info.sh: Rename ... * t/txinfo-without-info-suffix.sh: ... like this. * t/vtexi.sh: Rename ... * t/txinfo-vtexi.sh: ... like this. * t/vtexi2.sh: Rename ... * t/txinfo-vtexi2.sh: ... like this. * t/vtexi3.sh: Rename ... * t/txinfo-vtexi3.sh: ... like this, and adjust heading comments. * t/vtexi4.sh: Rename ... * t/txinfo-vtexi4.sh: ... like this, and adjust heading comments. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- t/list-of-tests.mk | 46 +++++++++++----------- t/{txinfo10.sh => txinfo-dvi-recurs.sh} | 0 ...fo20.sh => txinfo-makeinfo-error-no-clobber.sh} | 0 ...match.sh => txinfo-setfilename-suffix-strip.sh} | 0 t/{txinfo.sh => txinfo-tex-dist.sh} | 0 t/{vtexi.sh => txinfo-vtexi.sh} | 0 t/{vtexi2.sh => txinfo-vtexi2.sh} | 0 t/{vtexi3.sh => txinfo-vtexi3.sh} | 4 +- t/{vtexi4.sh => txinfo-vtexi4.sh} | 4 +- ...-less-info.sh => txinfo-without-info-suffix.sh} | 0 10 files changed, 27 insertions(+), 27 deletions(-) rename t/{txinfo10.sh => txinfo-dvi-recurs.sh} (100%) rename t/{txinfo20.sh => txinfo-makeinfo-error-no-clobber.sh} (100%) rename t/{txinfo-setfilename-suffix-match.sh => txinfo-setfilename-suffix-strip.sh} (100%) rename t/{txinfo.sh => txinfo-tex-dist.sh} (100%) rename t/{vtexi.sh => txinfo-vtexi.sh} (100%) rename t/{vtexi2.sh => txinfo-vtexi2.sh} (100%) rename t/{vtexi3.sh => txinfo-vtexi3.sh} (95%) rename t/{vtexi4.sh => txinfo-vtexi4.sh} (94%) rename t/{txinfo-suffix-less-info.sh => txinfo-without-info-suffix.sh} (100%) diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 7b10d7c..3c27e8f 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -1157,33 +1157,37 @@ t/target-cflags.sh \ t/targetclash.sh \ t/tests-environment-fd-redirect.sh \ t/tests-environment-and-log-compiler.sh \ -t/txinfo.sh \ -t/txinfo-no-extra-dist.sh \ -t/txinfo-suffix-less-info.sh \ -t/txinfo-unrecognized-info-suffix.sh \ -t/txinfo-other-suffixes.sh \ +t/txinfo-absolute-srcdir-pr408.sh \ t/txinfo-add-missing-and-dist.sh \ -t/txinfo-no-repeated-targets.sh \ -t/txinfo10.sh \ -t/txinfo-subdir-pr343.sh \ +t/txinfo-bsd-make-recurs.sh \ +t/txinfo-clean.sh \ +t/txinfo-dvi-recurs.sh \ t/txinfo-info-in-srcdir.sh \ -t/txinfo-setfilename-repeated.sh \ -t/txinfo19.sh \ -t/txinfo20.sh \ +t/txinfo-makeinfo-error-no-clobber.sh \ t/txinfo-many-output-formats.sh \ +t/txinfo-no-clutter.sh \ +t/txinfo-no-extra-dist.sh \ +t/txinfo-no-installinfo.sh \ +t/txinfo-no-repeated-targets.sh \ +t/txinfo-other-suffixes.sh \ +t/txinfo-override-infodeps.sh \ t/txinfo-override-texinfo-tex.sh \ +t/txinfo-setfilename-repeated.sh \ +t/txinfo-setfilename-suffix-strip.sh \ +t/txinfo-subdir-pr343.sh \ +t/txinfo-tex-dist.sh \ +t/txinfo-unrecognized-extension.sh \ +t/txinfo-unrecognized-info-suffix.sh \ +t/txinfo-vtexi.sh \ +t/txinfo-vtexi2.sh \ +t/txinfo-vtexi3.sh \ +t/txinfo-vtexi4.sh \ +t/txinfo-without-info-suffix.sh \ +t/txinfo19.sh \ t/txinfo23.sh \ t/txinfo24.sh \ t/txinfo25.sh \ -t/txinfo-absolute-srcdir-pr408.sh \ -t/txinfo-no-installinfo.sh \ t/txinfo28.sh \ -t/txinfo-override-infodeps.sh \ -t/txinfo-setfilename-suffix-match.sh \ -t/txinfo-bsd-make-recurs.sh \ -t/txinfo-clean.sh \ -t/txinfo-no-clutter.sh \ -t/txinfo-unrecognized-extension.sh \ t/transform.sh \ t/transform2.sh \ t/transform3.sh \ @@ -1218,10 +1222,6 @@ t/version6.sh \ t/version7.sh \ t/version8.sh \ t/vpath.sh \ -t/vtexi.sh \ -t/vtexi2.sh \ -t/vtexi3.sh \ -t/vtexi4.sh \ t/warnings-obsolete-default.sh \ t/warnings-override.sh \ t/warnings-precedence.sh \ diff --git a/t/txinfo10.sh b/t/txinfo-dvi-recurs.sh similarity index 100% rename from t/txinfo10.sh rename to t/txinfo-dvi-recurs.sh diff --git a/t/txinfo20.sh b/t/txinfo-makeinfo-error-no-clobber.sh similarity index 100% rename from t/txinfo20.sh rename to t/txinfo-makeinfo-error-no-clobber.sh diff --git a/t/txinfo-setfilename-suffix-match.sh b/t/txinfo-setfilename-suffix-strip.sh similarity index 100% rename from t/txinfo-setfilename-suffix-match.sh rename to t/txinfo-setfilename-suffix-strip.sh diff --git a/t/txinfo.sh b/t/txinfo-tex-dist.sh similarity index 100% rename from t/txinfo.sh rename to t/txinfo-tex-dist.sh diff --git a/t/vtexi.sh b/t/txinfo-vtexi.sh similarity index 100% rename from t/vtexi.sh rename to t/txinfo-vtexi.sh diff --git a/t/vtexi2.sh b/t/txinfo-vtexi2.sh similarity index 100% rename from t/vtexi2.sh rename to t/txinfo-vtexi2.sh diff --git a/t/vtexi3.sh b/t/txinfo-vtexi3.sh similarity index 95% rename from t/vtexi3.sh rename to t/txinfo-vtexi3.sh index a49579a..dc45d07 100755 --- a/t/vtexi3.sh +++ b/t/txinfo-vtexi3.sh @@ -17,8 +17,8 @@ # Check that vers*.texi files are automatically created and distributed # if @included into a texi source. Also check that they correctly contain # the @values definitions they are advertised to. -# See also the related test 'vtexi4.sh', which does similar checks, but -# for version.texi only, and requires makeinfo, tex and texi2dvi. +# See also the related test 'txinfo-vtexi4.sh', which does similar checks, +# but for version.texi only, and requires makeinfo, tex and texi2dvi. . test-init.sh diff --git a/t/vtexi4.sh b/t/txinfo-vtexi4.sh similarity index 94% rename from t/vtexi4.sh rename to t/txinfo-vtexi4.sh index 97345ac..854ee56 100755 --- a/t/vtexi4.sh +++ b/t/txinfo-vtexi4.sh @@ -17,8 +17,8 @@ # Check that the version.texi file is automatically created and distributed # if @included into a texi source. Also check that is correctly defined # @values definitions it is advertised to. -# See also the related test 'vtexi3.sh', which does similar checks, but -# for more vers*.texi files, and does not require makeinfo, tex and +# See also the related test 'txinfo-vtexi4.sh', which does similar checks, +# but for more vers*.texi files, and does not require makeinfo, tex and # texi2dvi. required='makeinfo tex texi2dvi grep-nonprint' diff --git a/t/txinfo-suffix-less-info.sh b/t/txinfo-without-info-suffix.sh similarity index 100% rename from t/txinfo-suffix-less-info.sh rename to t/txinfo-without-info-suffix.sh -- 2.7.4