diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-05-07 14:58:11 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-05-07 14:58:11 +0000 |
commit | 3a114bd8c7bcfd02ac7bc98e0e2af60924f04308 (patch) | |
tree | 0f7417f42da31b3697909d03f9089e8b50356992 /tests | |
parent | a2e5f0f006d9cd8acb32723b1e8da78dcbf4998a (diff) | |
download | gnutls-3a114bd8c7bcfd02ac7bc98e0e2af60924f04308.tar.gz |
Fix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0c99c9bfaa..b9f0fe62c7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,7 +44,7 @@ dist_check_SCRIPTS = pkcs12_neon pkcs8 VALGRIND=valgrind --leak-check=full --leak-resolution=high \ --show-reachable=yes --num-callers=50 \ - --suppressions=shishi.supp + --suppressions=gnutls.supp TESTS_ENVIRONMENT = \ PKCS12FILE=$(srcdir)/client.p12 \ PKCS12PASSWORD=foobar \ |