guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1dab0f01bbaa49404963f913e4b4f70279822864
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:35:43 2025 +0200
import: utils: Move tests to tests/import/utils.scm.
* tests/utils.scm: Move to tests/import/utils.scm.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <[email protected]>
---
Makefile.am | 2 +-
tests/{import-utils.scm => import/utils.scm} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 9078e269de..bae1db33cf 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