diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2015-04-28 13:04:44 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-28 15:55:51 -0700 |
commit | f84df81f654aeb0ac4582e0b3be162cba6ea5232 (patch) | |
tree | 954c5f16d3a1e52a75ebb9bce4b382009e113c54 /t/t7502-commit.sh | |
parent | t9001: drop save_confirm helper (diff) | |
download | tgif-f84df81f654aeb0ac4582e0b3be162cba6ea5232.tar.xz |
t7502-commit.sh: fix a broken and-chain
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7502-commit.sh')
-rwxr-xr-x | t/t7502-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |