From 4c7a7a1d498f4ca418a649a0b3e3a056569aec15 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 1 Mar 2026 17:38:09 +0100 Subject: tests: keys: Moving to openpgp subdirectory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Nguyễn Gia Phong --- Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1ef57af7a58..976c5cad742 100644 --- a/Makefile.am +++ b/Makefile.am @@ -802,17 +802,17 @@ EXTRA_DIST += \ etc/manifests/upgrade.scm \ scripts/guix.in \ tests/cve-sample.json \ - tests/keys/civodul.pub \ - tests/keys/dsa.pub \ - tests/keys/ed25519-2.pub \ - tests/keys/ed25519-2.sec \ - tests/keys/ed25519-3.pub \ - tests/keys/ed25519-3.sec \ - tests/keys/ed25519.pub \ - tests/keys/ed25519.sec \ - tests/keys/rsa.pub \ - tests/keys/signing-key.pub \ - tests/keys/signing-key.sec \ + tests/keys/openpgp/civodul.pub \ + tests/keys/openpgp/dsa.pub \ + tests/keys/openpgp/ed25519-2.pub \ + tests/keys/openpgp/ed25519-2.sec \ + tests/keys/openpgp/ed25519-3.pub \ + tests/keys/openpgp/ed25519-3.sec \ + tests/keys/openpgp/ed25519.pub \ + tests/keys/openpgp/ed25519.sec \ + tests/keys/openpgp/rsa.pub \ + tests/keys/openpgp/signing-key.pub \ + tests/keys/openpgp/signing-key.sec \ tests/test.drv \ $(TESTS) -- cgit v1.2.3