tests UPDATE adjust supp file for wrapped func
diff --git a/tests/library_valgrind.supp b/tests/library_valgrind.supp
index 6206dba..6b160dd 100644
--- a/tests/library_valgrind.supp
+++ b/tests/library_valgrind.supp
@@ -9,21 +9,19 @@
    fun:ly_ctx_new
 }
 {
-   CI:test_pam:pam_start_confdir
+   CI:test_pam:__wrap_pam_start
    Memcheck:Leak
    match-leak-kinds: definite
    fun:malloc
    ...
    fun:server_thread
    fun:start_thread
-   fun:clone
 }
 {
-   test_pam:pam_start_confdir
+   test_pam:__wrap_pam_start
    Memcheck:Leak
    match-leak-kinds: definite
    fun:malloc
    ...
    fun:server_thread
-   fun:clone
 }