summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Scanner.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scanner/Scanner.py')
-rw-r--r--test/Scanner/Scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scanner/Scanner.py b/test/Scanner/Scanner.py
index 09c5680..16f3d19 100644
--- a/test/Scanner/Scanner.py
+++ b/test/Scanner/Scanner.py
@@ -97,7 +97,7 @@ env.Command('foo', 'foo.k', r'%(_python_)s build.py $SOURCES $TARGET')
##########################################################
# Test resetting the environment scanners (and specifying as a list).
-env2 = env.Copy()
+env2 = env.Clone()
env2.Append(SCANNERS = [k2scan])
env2.Command('junk', 'junk.k2', r'%(_python_)s build.py $SOURCES $TARGET')