diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-01 17:38:09 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-10 14:55:04 +0900 |
| commit | 4c7a7a1d498f4ca418a649a0b3e3a056569aec15 (patch) | |
| tree | ae694f5f88917e752725a60a5526c4fbf6eb7688 /guix | |
| parent | 4cbd5f883d1b05fd518f88e9256261b4229a6896 (diff) | |
tests: keys: Moving to openpgp subdirectory.
* tests/keys/*.(pub|sec): Move to tests/keys/openpgp/*.(pub|sec)
* build-aux/test-env.in: Adapt accordingly.
* Makefile.am: Likewise.
* guix/tests/gnupg.scm: Likewise.
* tests/guix-authenticate.sh: Likewise.
* tests/openpgp.scm: Likewise.
Change-Id: If8897cec9851cc51a4ebadcc5927dc0e0520b881
Reviewed-by: Danny Milosavljevic <dannym@friendly-machines.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/tests/gnupg.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/guix/tests/gnupg.scm b/guix/tests/gnupg.scm index 0e4573ae4d..104c621502 100644 --- a/guix/tests/gnupg.scm +++ b/guix/tests/gnupg.scm @@ -65,17 +65,17 @@ process is terminated afterwards." (call-with-fresh-gnupg-setup imported (lambda () exp ...))) (define %ed25519-public-key-file - (search-path %load-path "tests/keys/ed25519.pub")) + (search-path %load-path "tests/keys/openpgp/ed25519.pub")) (define %ed25519-secret-key-file - (search-path %load-path "tests/keys/ed25519.sec")) + (search-path %load-path "tests/keys/openpgp/ed25519.sec")) (define %ed25519-2-public-key-file - (search-path %load-path "tests/keys/ed25519-2.pub")) + (search-path %load-path "tests/keys/openpgp/ed25519-2.pub")) (define %ed25519-2-secret-key-file - (search-path %load-path "tests/keys/ed25519-2.sec")) + (search-path %load-path "tests/keys/openpgp/ed25519-2.sec")) (define %ed25519-3-public-key-file - (search-path %load-path "tests/keys/ed25519-3.pub")) + (search-path %load-path "tests/keys/openpgp/ed25519-3.pub")) (define %ed25519-3-secret-key-file - (search-path %load-path "tests/keys/ed25519-3.sec")) + (search-path %load-path "tests/keys/openpgp/ed25519-3.sec")) (define (read-openpgp-packet file) (get-openpgp-packet |
