summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/FileUploadTest.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-17 21:59:08 (GMT)
committerBrad King <brad.king@kitware.com>2022-11-18 14:02:15 (GMT)
commit52b9c7b958a9e184ccfa023ad85cf8fde4308afd (patch)
tree11d08048ea4118a6723c2fed95b96a8ac18ab72f /Tests/CMakeTests/FileUploadTest.cmake.in
parent9dda7c276cb2b46f422c1b36e9d4c5aa09c2ff35 (diff)
downloadCMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.zip
CMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.tar.gz
CMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.tar.bz2
Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD
The RunCMake infrastructure is more well-suited to check the results of each case. It can also report more precisely what went wrong when a case fails.
Diffstat (limited to 'Tests/CMakeTests/FileUploadTest.cmake.in')
-rw-r--r--Tests/CMakeTests/FileUploadTest.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/FileUploadTest.cmake.in b/Tests/CMakeTests/FileUploadTest.cmake.in
index 0e6f080..7725041 100644
--- a/Tests/CMakeTests/FileUploadTest.cmake.in
+++ b/Tests/CMakeTests/FileUploadTest.cmake.in
@@ -9,7 +9,7 @@ endif()
file(MAKE_DIRECTORY "@CMAKE_CURRENT_BINARY_DIR@/uploads")
-set(filename "@CMAKE_CURRENT_SOURCE_DIR@/FileDownloadInput.png")
+set(filename "@CMAKE_CURRENT_SOURCE_DIR@/FileUploadInput.png")
if(NOT "@CMAKE_CURRENT_BINARY_DIR@" MATCHES "^/")
set(slash /)
endif()