From b62dab3b6d4ba14828893e39a0c480f2f5097f5b Mon Sep 17 00:00:00 2001 From: Lucas Seiki Oshiro Date: Wed, 25 Feb 2026 13:32:14 -0300 Subject: t1900: rename t1900-repo to t1900-repo-info Since the commit bbb2b93348 (builtin/repo: introduce structure subcommand, 2025-10-21), t1901 specifically tests git-repo-structure. Rename t1900-repo to t1900-repo-info to clarify that it focus solely on git-repo-info subcommand. Signed-off-by: Lucas Seiki Oshiro Signed-off-by: Junio C Hamano --- t/meson.build | 2 +- t/t1900-repo-info.sh | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++ t/t1900-repo.sh | 152 --------------------------------------------------- 3 files changed, 153 insertions(+), 153 deletions(-) create mode 100755 t/t1900-repo-info.sh delete mode 100755 t/t1900-repo.sh diff --git a/t/meson.build b/t/meson.build index f80e366cff..9867762bac 100644 --- a/t/meson.build +++ b/t/meson.build @@ -240,7 +240,7 @@ integration_tests = [ 't1700-split-index.sh', 't1701-racy-split-index.sh', 't1800-hook.sh', - 't1900-repo.sh', + 't1900-repo-info.sh', 't1901-repo-structure.sh', 't2000-conflict-when-checking-files-out.sh', 't2002-checkout-cache-u.sh', diff --git a/t/t1900-repo-info.sh b/t/t1900-repo-info.sh new file mode 100755 index 0000000000..a9eb07abe8 --- /dev/null +++ b/t/t1900-repo-info.sh @@ -0,0 +1,152 @@ +#!/bin/sh + +test_description='test git repo-info' + +. ./test-lib.sh + +# Test whether a key-value pair is correctly returned +# +# Usage: test_repo_info