diff options
author | Jim Meyering <meyering@redhat.com> | 2010-04-07 09:33:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-04-07 09:36:57 +0200 |
commit | 5935406996ebeec981f33de363acb0523ea367a6 (patch) | |
tree | 67347b5222ce132477a930514c78c4524c437658 /tests/Makefile.am | |
parent | a1fce1c4948ab2126bc71377a9d18845cd599d0e (diff) | |
download | grep-5935406996ebeec981f33de363acb0523ea367a6.tar.gz |
tests: improve help-version (sync from gzip's version)
* tests/help-version: Cross-check $VERSION and --version output.
* tests/Makefile.am (TESTS_ENVIRONMENT): Export VERSION=$(VERSION).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 17c675dd..f91daa86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -98,6 +98,7 @@ TESTS_ENVIRONMENT = \ fi; \ }; \ export \ + VERSION='$(VERSION)' \ LOCALE_FR='$(LOCALE_FR)' \ LOCALE_FR_UTF8='$(LOCALE_FR_UTF8)' \ AWK=$(AWK) \ |