From 5898fa94d12b19686f649104bd6efe8daa1ba0c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Feb 2013 15:29:07 -0500 Subject: [PATCH] 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. --- test/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 237f92c..cc0c3e9 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -67,7 +67,7 @@ TESTS_ENVIRONMENT = \ G_DEBUG=gc-friendly \ G_SLICE=always-malloc \ srcdir=$(srcdir) \ - $(ENV) + $(NULL) # check-tool: Run tests under $(TOOL) -- 2.7.4