diff --git a/systemtests/CMakeLists.txt b/systemtests/CMakeLists.txt index 56149e04bda..29b5258661b 100644 --- a/systemtests/CMakeLists.txt +++ b/systemtests/CMakeLists.txt @@ -293,7 +293,7 @@ foreach(TEST_NAME ${SYSTEM_TESTS}) file(MAKE_DIRECTORY ${WEBUICONFDIR}) configure_file("${CMAKE_SOURCE_DIR}/webui/config/autoload/global.php.in" "${current_test_directory}/webui/config/autoload/global.php" @ONLY) configure_file("${CMAKE_SOURCE_DIR}/systemtests/tests/webui-selenium/directors.ini.in" "${current_test_directory}/etc/bareos-webui/directors.ini" @ONLY) - file(COPY "${CMAKE_SOURCE_DIR}/webui/install/configuration.ini" DESTINATION "${current_test_directory}/etc/bareos-webui/configuration.ini") + file(COPY "${CMAKE_SOURCE_DIR}/webui/install/configuration.ini" DESTINATION "${current_test_directory}/etc/bareos-webui/") ENDIF() ConfigureFilesToSystemtest("systemtests" "tests/${TEST_NAME}" "*" @ONLY)