diff options
Diffstat (limited to 'test/symlink.py')
-rw-r--r-- | test/symlink.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symlink.py b/test/symlink.py index 62ce75b..889c7a0 100644 --- a/test/symlink.py +++ b/test/symlink.py @@ -59,7 +59,7 @@ expect = "scons: *** [%s] Error 1\n" % foo_obj test.fail_test(string.find(test.stderr(), expect) == -1) test.write('SConstruct', """ -Command('file.out', 'file.in', Copy()) +Command('file.out', 'file.in', Copy('$TARGET', '$SOURCE')) """) test.symlink('nonexistent', 'file.in') |