test/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9 Author: Behdad Esfahbod <[email protected]> Date: Wed Feb 6 15:29:07 2013 -0500 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. 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) _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
