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