From: Junio C Hamano Date: Wed, 6 Apr 2016 18:39:03 +0000 (-0700) Subject: Merge branch 'pb/t7502-drop-dup' X-Git-Tag: v2.9.0-rc0~157 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/235bdc8c895fa2307055bfb8ea67632b4cb79cc7?ds=inline;hp=-c Merge branch 'pb/t7502-drop-dup' Code clean-up. * pb/t7502-drop-dup: t/t7502 : drop duplicate test --- 235bdc8c895fa2307055bfb8ea67632b4cb79cc7 diff --combined t/t7502-commit.sh index b39e313ac2,4eb1006d68..725687d5d5 --- a/t/t7502-commit.sh +++ b/t/t7502-commit.sh @@@ -392,7 -392,7 +392,7 @@@ exit EOF test_expect_success !AUTOIDENT 'do not fire editor when committer is bogus' ' - >.git/result + >.git/result && >expect && echo >>negative && @@@ -527,11 -527,6 +527,6 @@@ try_commit_status_combo () test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG ' - test_expect_success 'commit' ' - try_commit "" && - test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG - ' - test_expect_success 'commit --status' ' try_commit --status && test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG