diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-04 14:01:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-04 14:01:02 +0000 |
commit | 0a8019497eef097a0321efcb0dfb606a0b00bd42 (patch) | |
tree | 132bfbcd8f057cfd4b827324660fbfb694110c55 /tests | |
parent | 832fdc2a2e13aa2d4ecad8ac5198d047698c2a0c (diff) | |
download | coreutils-0a8019497eef097a0321efcb0dfb606a0b00bd42.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/head/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/head/Makefile.am b/tests/head/Makefile.am index e6d2fec0c..d71cf5c32 100644 --- a/tests/head/Makefile.am +++ b/tests/head/Makefile.am @@ -21,7 +21,7 @@ posix-3.O posix-3.E posix-4.O posix-4.E posix-5.O posix-5.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 |