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 --- src/package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/package.lisp b/src/package.lisp index e719a64..51c634c 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -326,6 +326,7 @@ #:get-data-protected-string #:*data-source-gnupghome* #:with-reset-data-sources + #:missing-data ;; image.lisp #:eval-in-grandchild -- cgit v1.2.3