summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 00:35:20 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 11:16:26 +0200
commit812dfda461da1409dee6a7007d8d7fc9a5b8eb94 (patch)
tree46a4fb4891f8c80889f7e459003264343be2148c /tests
parent43f17f39e75390f080472a0a2e7d226e1a8f499e (diff)
downloadcoreutils-812dfda461da1409dee6a7007d8d7fc9a5b8eb94.tar.xz
tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONMENT
It's last use had been removed in commit v8.12-3-g3ed91fc of 2011-04-28, "tests: remove useless test: misc/pwd-unreadable-parent". * tests/check.mk (TESTS_ENVIRONMENT): Adjust. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/check.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check.mk b/tests/check.mk
index cb67b9dde..be3641fdf 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -87,7 +87,6 @@ TESTS_ENVIRONMENT = \
PACKAGE_VERSION=$(PACKAGE_VERSION) \
PERL='$(PERL)' \
PREFERABLY_POSIX_SHELL='$(PREFERABLY_POSIX_SHELL)' \
- REPLACE_GETCWD=$(REPLACE_GETCWD) \
; test -d /usr/xpg4/bin && PATH='/usr/xpg4/bin$(PATH_SEPARATOR)'"$$PATH"; \
PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
; 9>&2