coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONM


From: Stefano Lattarini
Subject: [PATCH] tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONMENT
Date: Thu, 30 Aug 2012 00:35:20 +0200

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 <address@hidden>
---
 tests/check.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/check.mk b/tests/check.mk
index cb67b9d..be3641f 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
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]