diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-10 18:38:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-10 18:38:05 +0000 |
commit | 787dfe9c83432aa5472327b22125edb5079d8bfa (patch) | |
tree | c2f1526b582dabdcf237605ac54c8b4095f7aa4f /tests | |
parent | 9e3949fa6fc65d07d377d768d109bf770657c813 (diff) | |
download | coreutils-787dfe9c83432aa5472327b22125edb5079d8bfa.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 20d07bf05..a186590b5 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -103,6 +103,7 @@ TESTS_ENVIRONMENT = \ MV=../../src/mv \ RM=../../src/rm \ TOUCH=../../src/touch \ + PERL="@PERL@" \ PATH=../../src:$$PATH \ PROG=mv mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |