summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-07-24 20:35:32 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-07-24 20:35:32 (GMT)
commit284f6c683500512149c223c7387243c6d4968d7c (patch)
treea44e45a06b2d6a4dbc029c1118ab126a679c34a0 /Tests
parente206d580275d564518ee55114a50d3bd3a2100d8 (diff)
downloadCMake-284f6c683500512149c223c7387243c6d4968d7c.zip
CMake-284f6c683500512149c223c7387243c6d4968d7c.tar.gz
CMake-284f6c683500512149c223c7387243c6d4968d7c.tar.bz2
BUG: temp fix
Diffstat (limited to 'Tests')
-rw-r--r--Tests/LoadCommand/CMakeCommands/cmTestCommand.c2
-rw-r--r--Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c2
2 files changed, 2 insertions, 2 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";
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c
index 081c288..f14372b 100644
--- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c
+++ b/Tests/LoadCommandOneConfig/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";