]> git.ipfire.org Git - thirdparty/git.git/commit
t7004: do not chdir around in the main process
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Nov 2025 15:28:59 +0000 (07:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Nov 2025 15:32:25 +0000 (07:32 -0800)
commit61ac8ba0f034b61d7353a799fecae9fe45137a72
tree30af5415ba362a455a1d6a2e46e7fdc6e92f5639
parentbea37f1d647c6b17896eb3f0c210ac8dfc27b6d7
t7004: do not chdir around in the main process

Move down to no-contains subdirectory inside a subshell, just like
the previous step that created and used it does.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh