Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/vs-11.0Exp-exec.py')
-rw-r--r--test/MSVS/vs-11.0Exp-exec.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/MSVS/vs-11.0Exp-exec.py b/test/MSVS/vs-11.0Exp-exec.py
index b16f870a3..385a50dfc 100644
--- a/test/MSVS/vs-11.0Exp-exec.py
+++ b/test/MSVS/vs-11.0Exp-exec.py
@@ -91,10 +91,7 @@ main(int argc, char *argv)
test.run(chdir='sub dir', arguments='.')
-for filename in ('foo.exe', 'foo.obj', '.sconsign.dblite'):
- filepath = test.workpath('sub dir', filename)
- if os.path.exists(filepath):
- test.unlink(filepath)
+test.unlink_files('sub dir', ['foo.exe', 'foo.obj', '.sconsign.dblite'])
test.vcproj_sys_path(test.workpath('sub dir', 'foo.vcxproj'))