Don't use $(ENV)

As reported by Peter Breitenlohner:

I think this is a very bad idea because ENV is used to specify a startup
file to be read by some/all shells.
This commit is contained in:
Behdad Esfahbod 2013-02-06 15:29:07 -05:00
parent 52d66c26a2
commit 5898fa94d1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ TESTS_ENVIRONMENT = \
G_DEBUG=gc-friendly \
G_SLICE=always-malloc \
srcdir=$(srcdir) \
$(ENV)
$(NULL)
# check-tool: Run tests under $(TOOL)