summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/readonly-cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CacheDir/readonly-cache.py')
-rwxr-xr-xtest/CacheDir/readonly-cache.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CacheDir/readonly-cache.py b/test/CacheDir/readonly-cache.py
index db3b3ec..6520106 100755
--- a/test/CacheDir/readonly-cache.py
+++ b/test/CacheDir/readonly-cache.py
@@ -37,6 +37,7 @@ from stat import *
test = TestSCons.TestSCons()
test.write(['SConstruct'], """\
+DefaultEnvironment(tools=[])
CacheDir('cache')
Command('file.out', 'file.in', Copy('$TARGET', '$SOURCE'))
""")