From 1dab0f01bbaa49404963f913e4b4f70279822864 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:35:43 +0200 Subject: [PATCH] import: utils: Move tests to tests/import/utils.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/utils.scm: Move to tests/import/utils.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{import-utils.scm => import/utils.scm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{import-utils.scm => import/utils.scm} (100%) diff --git a/Makefile.am b/Makefile.am index 9078e269dea..bae1db33cf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -579,10 +579,10 @@ SCM_TESTS = \ tests/import/print.scm \ tests/import/pypi.scm \ tests/import/texlive.scm \ + tests/import/utils.scm \ tests/home-import.scm \ tests/home-services.scm \ tests/http-client.scm \ - tests/import-utils.scm \ tests/inferior.scm \ tests/ipfs.scm \ tests/lint.scm \ diff --git a/tests/import-utils.scm b/tests/import/utils.scm similarity index 100% rename from tests/import-utils.scm rename to tests/import/utils.scm