]> git.ipfire.org Git - thirdparty/git.git/commit
t2400: add tests to verify --quiet
authorJacob Abel <jacobabel@nullpo.dev>
Wed, 17 May 2023 21:48:40 +0000 (21:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 22:55:24 +0000 (15:55 -0700)
commit9ccdace1e83d22f0f618926e97b659e503b5fd94
tree59c3717ff23983490a88ae41112a9dbba7b3d490
parented6db0e9fff14590f501eba24f91be1867e5e346
t2400: add tests to verify --quiet

Add tests to verify that the command performs operations the same with
`--quiet` as without it. Additionally verifies that all non-fatal output
is suppressed.

Signed-off-by: Jacob Abel <jacobabel@nullpo.dev>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2400-worktree-add.sh