[PATCH consfigurator v4 7/7] add tests for pass data source.

Sean Whitton spwhitton at spwhitton.name
Thu May 5 17:15:02 BST 2022


Hello,

On Thu 05 May 2022 at 08:29am -03, David Bremner wrote:

> +
> +(defun pass (args &key input)
> +  (run-program `("env" ,#?"GNUPGHOME=${*data-source-gnupghome*}"
> +                       ,#?"PASSWORD_STORE_DIR=${*test-pass-dir*}" "pass"
> +                       , at args)

Just for interest, LIST* is nice for situations like this.  It was ages
until I came across it (and cl-list* over in elisp).

-- 
Sean Whitton



More information about the sgo-software-discuss mailing list