From 02f1ff69c647daa150cbff9d93fee25a6b43e152 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 00:56:15 +0200 Subject: [PATCH] import: git: Move tests to tests/import/git.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/import-git.scm: Move to tests/import/git.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{import-git.scm => import/git.scm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{import-git.scm => import/git.scm} (100%) diff --git a/Makefile.am b/Makefile.am index da46ac28695..472909a62a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -570,12 +570,12 @@ SCM_TESTS = \ tests/import/egg.scm \ tests/import/elm.scm \ tests/import/gem.scm \ + tests/import/git.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ tests/home-services.scm \ tests/http-client.scm \ - tests/import-git.scm \ tests/import-github.scm \ tests/import-utils.scm \ tests/inferior.scm \ diff --git a/tests/import-git.scm b/tests/import/git.scm similarity index 100% rename from tests/import-git.scm rename to tests/import/git.scm