* [PATCH] t7502-commit.sh: fix a broken and-chain
@ 2015-04-28 12:04 Ramsay Jones
2015-04-29 2:11 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2015-04-28 12:04 UTC (permalink / raw)
To: Junio C Hamano; +Cc: GIT Mailing-list
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
---
Hi Junio,
This test recently started failing for me. I haven't heard anyone
else complaining about this, so maybe I should look into why my
environment may be different to everyone else ... :-D (when I can
find some time, of course!)
ATB,
Ramsay Jones
t/t7502-commit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh
index 051489e..2e0d557 100755
--- a/t/t7502-commit.sh
+++ b/t/t7502-commit.sh
@@ -370,7 +370,7 @@ exit 0
EOF
test_expect_success !AUTOIDENT 'do not fire editor when committer is bogus' '
- >.git/result
+ >.git/result &&
>expect &&
echo >>negative &&
--
2.3.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] t7502-commit.sh: fix a broken and-chain
2015-04-28 12:04 [PATCH] t7502-commit.sh: fix a broken and-chain Ramsay Jones
@ 2015-04-29 2:11 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2015-04-29 2:11 UTC (permalink / raw)
To: Ramsay Jones; +Cc: Junio C Hamano, GIT Mailing-list
On Tue, Apr 28, 2015 at 01:04:44PM +0100, Ramsay Jones wrote:
> This test recently started failing for me. I haven't heard anyone
> else complaining about this, so maybe I should look into why my
> environment may be different to everyone else ... :-D (when I can
> find some time, of course!)
>
> [...]
> test_expect_success !AUTOIDENT 'do not fire editor when committer is bogus' '
> - >.git/result
> + >.git/result &&
It looks like 92b269f (test-lib: turn on GIT_TEST_CHAIN_LINT by default,
2015-04-22) made it into pu recently, so you are probably just the first
person to test it whose system matches !AUTOIDENT (which in turn is
based on things like whether we can come up with a plausible-looking
email from your system).
Patch itself is obviously correct, and it looks like Junio has already
picked it up for pu. Thanks.
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-29 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 12:04 [PATCH] t7502-commit.sh: fix a broken and-chain Ramsay Jones
2015-04-29 2:11 ` Jeff King
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).