aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/security-token.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-27 16:17:36 +0200
committerMarius Bakke <marius@gnu.org>2022-07-27 16:17:36 +0200
commitb3461155d00a23fdf9bb4edbf648b900007593df (patch)
tree6cc2d02d2b4ee6e77be3e8f136c485b22bc754e1 /gnu/tests/security-token.scm
parentfe76e27789b198d0f8579376a86c4bf2031c974b (diff)
parentd10effc13f6b973acae147f1c0aa3d7307246130 (diff)
downloadguix-b3461155d00a23fdf9bb4edbf648b900007593df.tar.gz
guix-b3461155d00a23fdf9bb4edbf648b900007593df.zip
Merge branch 'master' into staging
Diffstat (limited to 'gnu/tests/security-token.scm')
0 files changed, 0 insertions, 0 deletions
udovic Courtès 2021-10-31home: import: Factorize triplicated 'version-spec' procedure....* guix/scripts/package.scm (manifest-entry-version-prefix): New procedure, moved from... (export-manifest)[version-spec]: ... here. Adjust caller. * tests/home-import.scm (version-spec): Remove. (eval-test-with-home-environment): Use 'manifest-entry-version-prefix' instead. * guix/scripts/home/import.scm (import-manifest): Likewise. Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Set the name of the file to just the basename of the file passed to ‘local-file’. * guix/scripts/home/import.scm (basename+remove-dots): New procedure. (generate-bash-configuration+modules): Use it. * tests/home-import.scm (match-home-environment-bash-service): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-10-31Add tests for ‘guix home import’....* tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen