import: git: Move tests to tests/import/git.scm.

* tests/import-git.scm: Move to tests/import/git.scm.
* Makefile.am: Refresh it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2025-09-17 00:56:15 +02:00 committed by Ludovic Courtès
parent 94df3e6f28
commit 02f1ff69c6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 1 additions and 1 deletions

View file

@ -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 \