Skip to content

Commit c916aae

Browse files
committed
Update tests/CMakeLists.txt
1 parent 1b21982 commit c916aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpcontrib/diskquota/tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ endif()
6363

6464
add_custom_target(install_test_extension
6565
COMMAND
66-
cmake -E copy ${CMAKE_SOURCE_DIR}/control/test/diskquota_test.control ${PG_HOME}/share/postgresql/extension
66+
cmake -E copy ${CMAKE_SOURCE_DIR}/control/test/diskquota_test.control ${CMAKE_INSTALL_PREFIX}/share/postgresql/extension
6767
COMMAND
68-
cmake -E copy ${CMAKE_SOURCE_DIR}/control/test/diskquota_test--1.0.sql ${PG_HOME}/share/postgresql/extension
68+
cmake -E copy ${CMAKE_SOURCE_DIR}/control/test/diskquota_test--1.0.sql ${CMAKE_INSTALL_PREFIX}/share/postgresql/extension
6969
)
7070

7171
add_custom_target(installcheck)

0 commit comments

Comments
 (0)