diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:03:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:03:42 +0000 |
commit | 9c8f60eaa0e9f1a019948870ddae4eaa13c312da (patch) | |
tree | d89c9e93adcf38cb9ca411b7be383f43408ec096 | |
parent | 6cf4280099a3e0efa73940b4b72137b848fd0608 (diff) | |
download | coreutils-9c8f60eaa0e9f1a019948870ddae4eaa13c312da.tar.xz |
(TESTS_ENVIRONMENT): Define PACKAGE_VERSION.
-rw-r--r-- | tests/rm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index 62fd2517c..ee063d151 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -15,4 +15,5 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PERL="$(PERL)" \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ + PACKAGE_VERSION=$(PACKAGE_VERSION) \ PROG=rm |