summaryrefslogtreecommitdiffstats
path: root/test/Install/option--install-sandbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Install/option--install-sandbox.py')
-rw-r--r--test/Install/option--install-sandbox.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Install/option--install-sandbox.py b/test/Install/option--install-sandbox.py
index 020cd3a..45366c1 100644
--- a/test/Install/option--install-sandbox.py
+++ b/test/Install/option--install-sandbox.py
@@ -49,7 +49,8 @@ file1_out = target+os.path.join( target,
#
test.write('SConstruct', r"""
-env = Environment(SUBDIR='subdir')
+DefaultEnvironment(tools=[])
+env = Environment(tools=[], SUBDIR='subdir')
f1 = env.Install(r'%(destdir)s', 'file1.out')
f2 = env.InstallAs(['file2.out', r'%(_SUBDIR_file3_out)s'],
['file2.in', r'%(_SUBDIR_file3_in)s'])