From f84df81f654aeb0ac4582e0b3be162cba6ea5232 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Tue, 28 Apr 2015 13:04:44 +0100 Subject: [PATCH] t7502-commit.sh: fix a broken and-chain Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- 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 051489ea33..2e0d557243 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.11.4.GIT