diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:38 +0000 |
commit | 39beb31640dcca45f7ec58da37fc3f56efe1b321 (patch) | |
tree | 5fca67684f8de0a5f8a291928a4d8bb0b2483ab0 /tests | |
parent | 56e1e5d825cea252a0bca2705862689f88f7cc7a (diff) | |
download | coreutils-39beb31640dcca45f7ec58da37fc3f56efe1b321.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/date/Makefile.am | 2 | ||||
-rw-r--r-- | tests/pr/Makefile.am | 2 | ||||
-rw-r--r-- | tests/sort/Makefile.am | 2 | ||||
-rw-r--r-- | tests/tac/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am index d524d6f28..fae74c7f8 100644 --- a/tests/date/Makefile.am +++ b/tests/date/Makefile.am @@ -31,7 +31,7 @@ relative-2.O relative-2.E wide-fmt.O wide-fmt.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/pr/Makefile.am b/tests/pr/Makefile.am index 9eaa525d4..5baec30e6 100644 --- a/tests/pr/Makefile.am +++ b/tests/pr/Makefile.am @@ -73,7 +73,7 @@ dbl-sp-a.E dbl-sp-b.O dbl-sp-b.E narrow-1.O narrow-1.E col-last.O col-last.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index a93f48d86..1d8deb800 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -45,7 +45,7 @@ nul-nls.E use-nl.O use-nl.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/tac/Makefile.am b/tests/tac/Makefile.am index 3fd409a15..e11ce16fd 100644 --- a/tests/tac/Makefile.am +++ b/tests/tac/Makefile.am @@ -22,7 +22,7 @@ opt-br.O opt-br.E opt-br2.O opt-br2.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests |