diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 06:59:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 06:59:26 +0000 |
commit | 873a22151fd07ce02bb5a01f83a86545f14eb518 (patch) | |
tree | 1b579d4d62e359cbcc3b6e22f400460074f9ac42 /tests/rm | |
parent | e8794d23eccd33e6d9f2616f9823c62dcb799df1 (diff) | |
download | coreutils-873a22151fd07ce02bb5a01f83a86545f14eb518.tar.xz |
.
Diffstat (limited to 'tests/rm')
-rw-r--r-- | tests/rm/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 1d0fcaca2..2f0c25a02 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -167,6 +167,7 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PERL="$(PERL)" \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ + PACKAGE_VERSION=$(PACKAGE_VERSION) \ PROG=rm subdir = tests/rm |