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".
These two patches fix these problems.
If necessary, I can re-roll the original series. Otherwise, these patches
can be squashed with the test-oriented commits currently in next.
Jon Seymour (2):
maint-reflog-beyond-horizon: fix broken test_must_fail calls
detached-stash: fix broken test_must_fail calls
t/t1503-rev-parse-verify.sh | 4 ++--
t/t3903-stash.sh | 36 ++++++++++++++++++------------------
2 files changed, 20 insertions(+), 20 deletions(-)
--
1.7.2.80.g22196.dirty