Re: [PATCH 0/2] fix quotes in maint-reflog-beyond-horizon and detached-stash
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:25
Jon Seymour [off-list ref] writes:
In two recent series, I introduced tests that use test_must_fail incorrectly.
In effect, I was calling:
test_must_fail "foo bar"
but this was failing because "foo bar" is not comamnd and not because
the command "foo" fails with arguments "bar".
Blush; sorry for not noticing them earlier, and thanks for the fix.