From 23e304277c6ab46995fc68d5c4574fc58a9a57b4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 5 May 2022 08:29:26 -0300 Subject: add tests for pass(1) data source Test the several cases of transforming (IDEN1 IDEN2) to a filesystem location. Tricky cases include an illegal hostname in IDEN1 and shadowing of an entry by one prefixed with '_'. Signed-off-by: David Bremner --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index a565fb3..8615661 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -111,6 +111,7 @@ (:feature (:not :sbcl) #:rt)) :components ((:file "tests/package") (:file "tests/runner") + (:file "tests/data/pass") (:file "tests/data/pgp") (:file "tests/data/util") (:file "tests/util") -- cgit v1.2.3