diff options
author | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
commit | 7739efc3870f2814ee4b2ea6f8751ccc7407e069 (patch) | |
tree | 23128dee9f60768a6b230b965281b3b1fb91b700 /test/chdir.py | |
parent | 35a89330d1df50811fc6912df0047148b1d98450 (diff) | |
download | SCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.zip SCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.tar.gz SCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.tar.bz2 |
Refactor Action/Executor interaction. (Kevin Quick)
Diffstat (limited to 'test/chdir.py')
-rw-r--r-- | test/chdir.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/chdir.py b/test/chdir.py index 9a77d75..b46764b 100644 --- a/test/chdir.py +++ b/test/chdir.py @@ -250,6 +250,8 @@ os.chdir('sub') os.chdir(%(work2)s) os.chdir('sub') %(python)s %(cat_py)s .temp f2.in +os.chdir(%(work2)s) +os.chdir('sub') %(python)s %(cat_py)s f2.out .temp os.chdir(%(work2)s) """ % locals()) |