diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-27 21:23:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-27 21:23:04 (GMT) |
commit | 2af9b1c17b019d339ad31db5ca310023b1448c40 (patch) | |
tree | f43576c3c7ddce67d169ed799471c6d385b5cbba /test/strfunction.py | |
parent | 4b86ecf345ec8e865e530cb6d011b7c6c1cee93b (diff) | |
download | SCons-2af9b1c17b019d339ad31db5ca310023b1448c40.zip SCons-2af9b1c17b019d339ad31db5ca310023b1448c40.tar.gz SCons-2af9b1c17b019d339ad31db5ca310023b1448c40.tar.bz2 |
Add support for changing directory when executing Actions (the to the target directory by default).
Diffstat (limited to 'test/strfunction.py')
-rw-r--r-- | test/strfunction.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/strfunction.py b/test/strfunction.py index c8b2665..6754596 100644 --- a/test/strfunction.py +++ b/test/strfunction.py @@ -135,9 +135,6 @@ Building lazystr.out from lazystr.in %s cat.py list.in .temp %s cat.py .temp list.out Building liststr.out from liststr.in -Building liststr.out from liststr.in """) % (python, python, python, python, python, python, python, python)) -# XXX The duplication of "Buiding liststr.out" above is WRONG! -# A follow-on fix should take care of this. test.pass_test() |