diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:56:15 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:15 +0200 |
| commit | 02f1ff69c647daa150cbff9d93fee25a6b43e152 (patch) | |
| tree | b73e4da1a5e6c8ea41fefd717b9f7d71869eaf22 | |
| parent | 94df3e6f28efc1be1908c50d54769ae07e0cca83 (diff) | |
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>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/import/git.scm (renamed from tests/import-git.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index da46ac28695..472909a62a2 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -570,12 +570,12 @@ SCM_TESTS = \ | |||
| 570 | tests/import/egg.scm \ | 570 | tests/import/egg.scm \ |
| 571 | tests/import/elm.scm \ | 571 | tests/import/elm.scm \ |
| 572 | tests/import/gem.scm \ | 572 | tests/import/gem.scm \ |
| 573 | tests/import/git.scm \ | ||
| 573 | tests/import/hackage.scm \ | 574 | tests/import/hackage.scm \ |
| 574 | tests/import/pypi.scm \ | 575 | tests/import/pypi.scm \ |
| 575 | tests/home-import.scm \ | 576 | tests/home-import.scm \ |
| 576 | tests/home-services.scm \ | 577 | tests/home-services.scm \ |
| 577 | tests/http-client.scm \ | 578 | tests/http-client.scm \ |
| 578 | tests/import-git.scm \ | ||
| 579 | tests/import-github.scm \ | 579 | tests/import-github.scm \ |
| 580 | tests/import-utils.scm \ | 580 | tests/import-utils.scm \ |
| 581 | tests/inferior.scm \ | 581 | tests/inferior.scm \ |
diff --git a/tests/import-git.scm b/tests/import/git.scm index a532070a8d5..a532070a8d5 100644 --- a/tests/import-git.scm +++ b/tests/import/git.scm | |||
