git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix quotes in maint-reflog-beyond-horizon and detached-stash
@ 2010-08-31 14:49 Jon Seymour
  2010-08-31 14:49 ` [PATCH 1/2] maint-reflog-beyond-horizon: fix broken test_must_fail calls Jon Seymour
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Jon Seymour @ 2010-08-31 14:49 UTC (permalink / raw)
  To: git; +Cc: gitster, Jon Seymour

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-09-01 10:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 14:49 [PATCH 0/2] fix quotes in maint-reflog-beyond-horizon and detached-stash Jon Seymour
2010-08-31 14:49 ` [PATCH 1/2] maint-reflog-beyond-horizon: fix broken test_must_fail calls Jon Seymour
2010-08-31 14:49 ` [PATCH 2/2] detached-stash: " Jon Seymour
2010-08-31 15:54 ` [PATCH 0/2] fix quotes in maint-reflog-beyond-horizon and detached-stash Jeff King
2010-08-31 15:56   ` [PATCH 1/2] tests: make test_must_fail more verbose Jeff King
2010-08-31 17:10     ` Jonathan Nieder
2010-08-31 18:06       ` Jeff King
2010-08-31 19:35         ` Jonathan Nieder
2010-09-01  3:37     ` Jon Seymour
2010-09-01 10:55       ` Ævar Arnfjörð Bjarmason
2010-08-31 15:56   ` [PATCH 2/2] tests: make test_must_fail fail on missing commands Jeff King
2010-08-31 16:58     ` Junio C Hamano
2010-08-31 17:25       ` Jeff King
2010-08-31 17:26     ` Jonathan Nieder
2010-08-31 18:08       ` Jeff King
2010-08-31 18:14         ` Ævar Arnfjörð Bjarmason
2010-08-31 17:03 ` [PATCH 0/2] fix quotes in maint-reflog-beyond-horizon and detached-stash Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).