summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommand/CMakeCommands
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LoadCommand/CMakeCommands')
-rw-r--r--Tests/LoadCommand/CMakeCommands/cmTestCommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
index 081c288..f14372b 100644
--- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
+++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
@@ -122,7 +122,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
// remove an old file if it is there
- info->CAPI->RemoveFile(argv[2]);
+ //info->CAPI->RemoveFile(argv[2]);
/* add customs commands to generate the source file */
ccArgs[0] = "-E";