summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-03-13 11:30:41 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-03-13 19:14:12 +0200
commit9d2b9ba5d6405996ad67e5c3832fd985beccca5a (patch)
tree07f5068174e964488e1ad507365c0bf9eef5255d /tests
parentca4c2147e1a9cb1013551224dc84a736d4b0b590 (diff)
downloadgnutls-9d2b9ba5d6405996ad67e5c3832fd985beccca5a.tar.gz
tests: remove unused suppressions.valgrind
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/openpgp-certs/suppressions.valgrind16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/openpgp-certs/suppressions.valgrind b/tests/openpgp-certs/suppressions.valgrind
deleted file mode 100644
index 59238ae876..0000000000
--- a/tests/openpgp-certs/suppressions.valgrind
+++ /dev/null
@@ -1,16 +0,0 @@
-# suppressions -- Valgrind suppresion file for libgcrypt
-
-# Copyright (C) 2015 Red Hat, Inc.
-
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-{
- <insert_a_suppression_name_here>
- Memcheck:Addr4
- fun:idna_to_ascii_4z
- fun:idna_to_ascii_8z
- fun:gnutls_x509_crt_check_email
- ...
-}