summaryrefslogtreecommitdiffstats
path: root/test/option/debug-duplicate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-duplicate.py')
-rw-r--r--test/option/debug-duplicate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option/debug-duplicate.py b/test/option/debug-duplicate.py
index df2723e..8b9810d 100644
--- a/test/option/debug-duplicate.py
+++ b/test/option/debug-duplicate.py
@@ -33,7 +33,8 @@ test = TestSCons.TestSCons()
test.subdir('sub1')
test.write('SConstruct', """\
-env=Environment()
+DefaultEnvironment(tools=[])
+env=Environment(tools=[])
Export('env')
env.SConscript('SConscript', variant_dir='Build')
""")