Don't use $(ENV)
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 6 Feb 2013 20:29:07 +0000 (15:29 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 6 Feb 2013 20:29:07 +0000 (15:29 -0500)
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

index 237f92c..cc0c3e9 100644 (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)