diff options
| author | Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> | 2026-02-25 13:32:14 -0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-25 11:47:42 -0800 |
| commit | b62dab3b6d4ba14828893e39a0c480f2f5097f5b (patch) | |
| tree | 9f9848c9dde82d17a108317277246c7db4ed5176 | |
| parent | 18f16b889cbc7a9659a253c974f857d2133f7397 (diff) | |
| download | git-b62dab3b6d4ba14828893e39a0c480f2f5097f5b.tar.xz | |
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 <lucasseikioshiro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | t/meson.build | 2 | ||||
| -rwxr-xr-x | t/t1900-repo-info.sh (renamed from t/t1900-repo.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
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.sh b/t/t1900-repo-info.sh index a9eb07abe8..a9eb07abe8 100755 --- a/t/t1900-repo.sh +++ b/t/t1900-repo-info.sh |
