From 2282c3b761413dfa894300e70084bbd58908c0b1 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 13 Oct 2016 12:30:12 +0200 Subject: [PATCH] tests: Remove support for deprecated functionality. * tests/openpgp/tofu.scm: Don't remove tofu.d. It's deprecated. -- Signed-off-by: Neal H. Walfield --- tests/openpgp/tofu.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/openpgp/tofu.scm b/tests/openpgp/tofu.scm index f4de1d822..e514ddfd1 100755 --- a/tests/openpgp/tofu.scm +++ b/tests/openpgp/tofu.scm @@ -99,7 +99,6 @@ ;; Carefully remove the TOFU db. (catch '() (unlink (string-append GNUPGHOME "/tofu.db"))) -(catch '() (unlink-recursively (string-append GNUPGHOME "/tofu.d"))) ;; Verify a message. There should be no conflict and the trust ;; policy should be set to auto.