make check in src/bin/admin deletes repo
remove_if_exists \
[...]
"${KEA_LOCKFILE_DIR-}" \
"${KEA_PIDFILE_DIR-}"
and those variables are set to @abs_top_builddir@
...
remove_if_exists \
[...]
"${KEA_LOCKFILE_DIR-}" \
"${KEA_PIDFILE_DIR-}"
and those variables are set to @abs_top_builddir@
...