All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: gitzilla@gmail.com
Cc: git@vger.kernel.org, Petr Baudis <pasky@suse.cz>
Subject: Re: Make test broken w/ 180b0d7483711120e28289ff7d9fa346eddd5cb7
Date: Thu, 09 Mar 2006 22:42:28 -0800	[thread overview]
Message-ID: <7v64mm3inf.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <441119DB.3020207@gmail.com> (A. Large Angry's message of "Thu, 09 Mar 2006 22:16:59 -0800")

A Large Angry SCM <gitzilla@gmail.com> writes:

> *** t1200-tutorial.sh ***
> *   ok 1: blob
> *   ok 2: blob 557db03
> *   ok 3: git-diff-files -p
> *   ok 4: git diff
> *   ok 5: tree
> *   ok 6: commit
> *   ok 7: git-diff-index -p HEAD
> *   ok 8: git diff HEAD
> *   ok 9: git-whatchanged -p --root
> *   ok 10: git tag my-first-tag
> *   ok 11: git checkout -b mybranch
> *   ok 12: git branch
> *   ok 13: git resolve now fails
> *   ok 14: git show-branch
> * FAIL 15: git resolve
>         cmp resolve.expect resolve.output
> *   ok 16: git show-branch
> *   ok 17: git repack
> *   ok 18: git prune-packed
> *   ok 19: -> only packed objects
> * failed 1 among 19 test(s)

Thanks.  Will push out a fix but it should be trivial.

---

diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh
index c8a85f9..1002413 100755
--- a/t/t1200-tutorial.sh
+++ b/t/t1200-tutorial.sh
@@ -128,7 +128,7 @@ test_expect_success 'git show-branch' 'c
 git checkout mybranch
 
 cat > resolve.expect << EOF
-Updating from VARIABLE to VARIABLE.
+Updating from VARIABLE to VARIABLE
  example |    1 +
  hello   |    1 +
  2 files changed, 2 insertions(+), 0 deletions(-)

      reply	other threads:[~2006-03-10  6:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-10  6:16 Make test broken w/ 180b0d7483711120e28289ff7d9fa346eddd5cb7 A Large Angry SCM
2006-03-10  6:42 ` Junio C Hamano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7v64mm3inf.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=gitzilla@gmail.com \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.