aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-05-05 08:29:26 -0300
committerSean Whitton <spwhitton@spwhitton.name>2022-05-05 12:34:24 -0700
commit23e304277c6ab46995fc68d5c4574fc58a9a57b4 (patch)
tree3c4bd21d7e6f87e149fac7dad4a2c36153331a90 /consfigurator.asd
parent4315b429f8f39772bef5fc2175859a55ae513714 (diff)
downloadconsfigurator-23e304277c6ab46995fc68d5c4574fc58a9a57b4.tar.gz
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 <david@tethera.net>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
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")