summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-08-22 13:58:33 (GMT)
committerBrad King <brad.king@kitware.com>2024-08-22 13:59:22 (GMT)
commit320b81847d8b2cde41227deff68eb35448d7020f (patch)
tree69d7bb4750ab92f49651b99ab62429c6d2af9086
parent1debc1f2bc34ede149e110af77d07cd403175908 (diff)
downloadCMake-320b81847d8b2cde41227deff68eb35448d7020f.zip
CMake-320b81847d8b2cde41227deff68eb35448d7020f.tar.gz
CMake-320b81847d8b2cde41227deff68eb35448d7020f.tar.bz2
Tests: Remove unused cvs anonymous access credentials
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index dcb5d4c..8c459f0 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -36,7 +36,6 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/CheckSwift.cmake)
if(NOT CTEST_NO_TEST_HOME AND (NOT WIN32 OR DEFINED ENV{HOME}))
set(TEST_HOME "${CMake_BINARY_DIR}/Tests/CMakeFiles/TestHome")
file(MAKE_DIRECTORY "${TEST_HOME}")
- file(WRITE "${TEST_HOME}/.cvspass" ":pserver:anoncvs@www.cmake.org:/cvsroot/KWSys A\n")
set(TEST_HOME_ENV_CODE "# Fake a user home directory to avoid polluting the real one.
# But provide original ENV{HOME} value in ENV{CTEST_REAL_HOME} for tests that
# need access to the real HOME directory.