From: Jim Meyering Date: Sat, 17 Aug 1996 17:53:21 +0000 (+0000) Subject: Rename test.data.pl to Trtest.pm. X-Git-Tag: TEXTUTILS-1_19b~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98971b7a068d0a993ab9b77d7a135a8b6b17752;p=thirdparty%2Fcoreutils.git Rename test.data.pl to Trtest.pm. --- diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index 1fee71f4ab..7d80e32a38 100644 --- a/tests/tr/Makefile.am +++ b/tests/tr/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.0 -EXTRA_DIST = build-script.pl test.data.pl +EXTRA_DIST = build-script.pl Trtest.pm noinst_SCRIPTS = tr-tests PERL = @PERL@ @@ -10,8 +10,8 @@ editpl = sed -e 's,@''PERL''@,$(PERL),g' TESTS = tr-tests -tr-tests: build-script test.data.pl - ./build-script test.data.pl > $@.n +tr-tests: build-script Trtest.pm + ./build-script Trtest.pm > $@.n mv $@.n $@ chmod 755 $@ @@ -21,5 +21,5 @@ SUFFIXES = .pl rm -f $@ $@.tmp $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@ -MAINTAINERCLEANFILES = tr-tests t*.in t*.exp t*.err -CLEANFILES = t*.out +MAINTAINERCLEANFILES = tr-tests t*.in t*.exp +CLEANFILES = t*.out t*.err