summaryrefslogtreecommitdiffstats
path: root/test/InstallAs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/InstallAs.py')
-rw-r--r--test/InstallAs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/InstallAs.py b/test/InstallAs.py
index 643ac85..c4e88f6 100644
--- a/test/InstallAs.py
+++ b/test/InstallAs.py
@@ -44,7 +44,7 @@ install_file3_out = test.workpath('install', 'file3.out')
#
test.write('SConstruct', r"""
env = Environment(INSTALLDIR=r'%s', SUBDIR='subdir')
-env.InstallAs(r'%s', 'file1.in')
+InstallAs(r'%s', 'file1.in')
env.InstallAs([r'%s', r'%s'], ['file2.in', r'%s'])
""" % (install,
install_file1_out,