From 3fa75fd1524e52cabe82bc326048fcdc2eca6c6b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 5 Oct 2025 19:25:49 +0200 Subject: [PATCH] import: gem: Move tests to tests/import/gem.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up forgotten in 94df3e6f28e. * tests/gem.scm: Move to tests/import/gem.scm. Signed-off-by: Ludovic Courtès --- tests/{ => import}/gem.scm | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => import}/gem.scm (100%) diff --git a/tests/gem.scm b/tests/import/gem.scm similarity index 100% rename from tests/gem.scm rename to tests/import/gem.scm