From bf468f4b700a32b2c2c58fd0d2113c0f05c5cdff Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 00:48:51 +0200 Subject: [PATCH] import: egg: Move tests to tests/import/egg.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/egg.scm: Move to tests/import/egg.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/egg.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/egg.scm (100%) diff --git a/Makefile.am b/Makefile.am index 83f4dacd2d..cfe1308b45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -554,7 +554,6 @@ SCM_TESTS = \ tests/debug-link.scm \ tests/derivations.scm \ tests/discovery.scm \ - tests/egg.scm \ tests/elm.scm \ tests/elpa.scm \ tests/file-systems.scm \ @@ -570,6 +569,7 @@ SCM_TESTS = \ tests/hexpm.scm \ tests/import/cpan.scm \ tests/import/crate.scm \ + tests/import/egg.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/tests/egg.scm b/tests/import/egg.scm similarity index 100% rename from tests/egg.scm rename to tests/import/egg.scm