summaryrefslogtreecommitdiffstats
path: root/test/file-names.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/file-names.py')
-rw-r--r--test/file-names.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file-names.py b/test/file-names.py
index 7de2d83..6f486c9 100644
--- a/test/file-names.py
+++ b/test/file-names.py
@@ -75,7 +75,7 @@ for i in range(1, 255):
if not bad_char(c):
if c in '$':
c = '\\' + c
- infile = "in" + c + "in"
+ infile = "in" + c + "in"
env.Command(c + "out", infile, "cp $SOURCE $TARGET")
env.Command("out" + c + "out", infile, "cp $SOURCE $TARGET")
env.Command("out" + c, infile, "cp $SOURCE $TARGET")