summaryrefslogtreecommitdiff
path: root/src/lib/ssm/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-02-07 20:59:01 +0100
committerSander Vrijders <sander@ouroboros.rocks>2026-02-13 09:22:29 +0100
commitacd92b8873839bdaaf15aaf86c19edc9f165966e (patch)
tree09f6fe68c784b5a7d3c929a31fe76daeb19d73b4 /src/lib/ssm/tests/CMakeLists.txt
parentec473cb9a6817bc748c4496a6dba719e7b751368 (diff)
downloadouroboros-acd92b8873839bdaaf15aaf86c19edc9f165966e.tar.gz
ouroboros-acd92b8873839bdaaf15aaf86c19edc9f165966e.zip
lib: Check fchown result when creating ssm_pool
The result of fchown and fchmod weren't checked, causing some compilers to complain. Updated the test to create a PUP instead of "non-root" version of the GSPP. Removed the environment variable for the test suffix as this is not needed. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/ssm/tests/CMakeLists.txt')
-rw-r--r--src/lib/ssm/tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ssm/tests/CMakeLists.txt b/src/lib/ssm/tests/CMakeLists.txt
index 5cac70d1..d622d41c 100644
--- a/src/lib/ssm/tests/CMakeLists.txt
+++ b/src/lib/ssm/tests/CMakeLists.txt
@@ -18,5 +18,4 @@ target_link_libraries(${PARENT_DIR}_test ouroboros-common)
add_dependencies(build_tests ${PARENT_DIR}_test)
-ouroboros_register_tests(TARGET ${PARENT_DIR}_test TESTS ${${PARENT_DIR}_tests}
- ENVIRONMENT "OUROBOROS_TEST_POOL_SUFFIX=.test")
+ouroboros_register_tests(TARGET ${PARENT_DIR}_test TESTS ${${PARENT_DIR}_tests})