guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:31:27 2025 +0200

    import: npm-binary: Move tests to tests/import/npm-binary.scm.
    
    * tests/npm-binary.scm: Move to tests/import/npm-binary.scm.
    * Makefile.am: Refresh it.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 Makefile.am                       | 2 +-
 tests/{ => import}/npm-binary.scm | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 414fa6da4e..9078e269de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -574,6 +574,7 @@ SCM_TESTS =                                 \
   tests/import/hackage.scm                     \
   tests/import/hexpm.scm                       \
   tests/import/luanti.scm                      \
+  tests/import/npm-binary.scm                  \
   tests/import/opam.scm                                \
   tests/import/print.scm                       \
   tests/import/pypi.scm                                \
@@ -590,7 +591,6 @@ SCM_TESTS =                                 \
   tests/modules.scm                            \
   tests/monads.scm                             \
   tests/nar.scm                                \
-  tests/npm-binary.scm                         \
   tests/networking.scm                         \
   tests/openpgp.scm                            \
   tests/packages.scm                           \
diff --git a/tests/npm-binary.scm b/tests/import/npm-binary.scm
similarity index 100%
rename from tests/npm-binary.scm
rename to tests/import/npm-binary.scm

Reply via email to