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:
parent
52d66c26a2
commit
5898fa94d1
@ -67,7 +67,7 @@ TESTS_ENVIRONMENT = \
|
||||
G_DEBUG=gc-friendly \
|
||||
G_SLICE=always-malloc \
|
||||
srcdir=$(srcdir) \
|
||||
$(ENV)
|
||||
$(NULL)
|
||||
|
||||
|
||||
# check-tool: Run tests under $(TOOL)
|
||||
|
Loading…
Reference in New Issue
Block a user