]> git.ipfire.org Git - thirdparty/git.git/commit
t3905: move all commands into test cases
authorDenton Liu <liu.denton@gmail.com>
Tue, 9 Feb 2021 07:28:49 +0000 (23:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:34:58 +0000 (13:34 -0800)
commitbbaa45c3aace10e25ae9dd966e867796fbf440ad
tree32bef3e0e417aa24487c837d61c9ea8e702c4cc3
parent32b7385e435b114e7a3d2b1c8c21f5f48ba17db5
t3905: move all commands into test cases

In order to modernize the tests, move commands that currently run
outside of test cases into a test case. Where possible, clean up files
that are produced using test_when_finished() but in the case where files
persist over multiple test cases, create a new test case to perform
cleanup.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3905-stash-include-untracked.sh