From: Andrew Pimlott <andrew@pimlott.net>
To: git@vger.kernel.org
Cc: Andrew Pimlott <andrew@pimlott.net>
Subject: [PATCH] t7500: fix flipped actual/expect
Date: Mon, 1 Jul 2013 09:20:36 -0700 [thread overview]
Message-ID: <1372695636-10768-2-git-send-email-andrew@pimlott.net> (raw)
In-Reply-To: <1372695636-10768-1-git-send-email-andrew@pimlott.net>
Signed-off-by: Andrew Pimlott <andrew@pimlott.net>
---
t/t7500-commit.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/t7500-commit.sh b/t/t7500-commit.sh
index 436b7b6..e166ac8 100755
--- a/t/t7500-commit.sh
+++ b/t/t7500-commit.sh
@@ -13,8 +13,8 @@ commit_msg_is () {
expect=commit_msg_is.expect
actual=commit_msg_is.actual
- printf "%s" "$(git log --pretty=format:%s%b -1)" >$expect &&
- printf "%s" "$1" >$actual &&
+ printf "%s" "$(git log --pretty=format:%s%b -1)" >$actual &&
+ printf "%s" "$1" >$expect &&
test_i18ncmp $expect $actual
}
--
1.7.10.4
next prev parent reply other threads:[~2013-07-01 16:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-01 16:20 [PATCH] lib-rebase: document exec_ in FAKE_LINES Andrew Pimlott
2013-07-01 16:20 ` Andrew Pimlott [this message]
2013-07-01 16:52 ` [PATCH] t7500: fix flipped actual/expect Junio C Hamano
2013-07-01 17:07 ` Andrew Pimlott
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=1372695636-10768-2-git-send-email-andrew@pimlott.net \
--to=andrew@pimlott.net \
--cc=git@vger.kernel.org \
/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 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).