]> git.ipfire.org Git - thirdparty/git.git/commit
mktag tests: don't needlessly use a subshell
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 5 Jan 2021 19:42:33 +0000 (20:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Jan 2021 22:58:28 +0000 (14:58 -0800)
commitaba5377f693df650879a23ae549ca458ff116965
tree43d89d6a82791b12021837b4757c2be392c2fab3
parent18430ed363f469d5fe6e143857b7fe72aca807ba
mktag tests: don't needlessly use a subshell

The use of a subshell dates back to e9b20943b77 (t/t3800: do not use a
temporary file to hold expected result., 2008-01-04). It's not needed
anymore, if it ever was.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3800-mktag.sh