summaryrefslogtreecommitdiffstats
path: root/test/D/CoreScanner
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2014-09-05 17:46:26 (GMT)
committerRussel Winder <russel@winder.org.uk>2014-09-05 17:46:26 (GMT)
commit074a3c0d96b7a02284b3c67d837d3753731e68c8 (patch)
treed28cb71b241205bdb29930ca534a4ea9001ec626 /test/D/CoreScanner
parent6d0ecf897b6e2ac2429d0e5ced2f8fe9cf29cdc5 (diff)
downloadSCons-074a3c0d96b7a02284b3c67d837d3753731e68c8.zip
SCons-074a3c0d96b7a02284b3c67d837d3753731e68c8.tar.gz
SCons-074a3c0d96b7a02284b3c67d837d3753731e68c8.tar.bz2
Remove the setting of the ENV property to os.environ.
Diffstat (limited to 'test/D/CoreScanner')
-rw-r--r--test/D/CoreScanner/Image/SConstruct_template1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/D/CoreScanner/Image/SConstruct_template b/test/D/CoreScanner/Image/SConstruct_template
index a128c67..e91343b 100644
--- a/test/D/CoreScanner/Image/SConstruct_template
+++ b/test/D/CoreScanner/Image/SConstruct_template
@@ -3,7 +3,6 @@
import os
environment = Environment(
- ENV=os.environ,
tools=['link', '{}'])
environment.Program('test1.d')
environment.Program('test2.d')