summaryrefslogtreecommitdiffstats
path: root/test/Install/directories.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Install/directories.py')
-rw-r--r--test/Install/directories.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Install/directories.py b/test/Install/directories.py
index 74a7ac5..3ebc713 100644
--- a/test/Install/directories.py
+++ b/test/Install/directories.py
@@ -46,10 +46,12 @@ test.subdir('outside',
['work', 'dir4', 'sub'])
test.write(['work', 'SConstruct'], """\
+DefaultEnvironment(tools=[])
+env = Environment(tools=[])
+
Install('../outside', 'dir1')
InstallAs('../outside/d2', 'dir2')
-env = Environment()
env.Install('../outside', 'dir3')
env.InstallAs('../outside/d4', 'dir4')
""")