Re: [PATCH v4 01/11] t2501: add various tests for removing the current working directory
From: Junio C Hamano <hidden>
Date: 2021-11-30 06:47:31
"Elijah Newren via GitGitGadget" [off-list ref] writes:
+ # Although we want pwd & git status to pass, test for existing + # rather than desired behavior. + if test "$works" == "success"
Don't double "=" here. We are not writing for bash. There are a few more instances of the same mistake in this patch.