Nguyễn Thái Ngọc Duy [off-list ref] writes:
From: Jonathan Nieder <redacted>
Tweak the rest of the script to more closely follow the test
style guide. Guarding setup commands with test_expect_success
makes it easy to see the scope in which some particular data is
used; removal of whitespace after >redirection operators is just
for consistency.
Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
What happened to the 'test -z "$(cmd)" discards exit status from cmd' part
of Jonathan's patch?