From: Johannes Sixt Date: Tue, 27 Nov 2007 12:10:19 +0000 (+0100) Subject: t7003-filter-branch: Fix test of a failing --msg-filter. X-Git-Tag: v1.5.3.7~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fdd7d48d6a09c593a68c983c450443c1e55705e6?hp=fdd7d48d6a09c593a68c983c450443c1e55705e6 t7003-filter-branch: Fix test of a failing --msg-filter. The test passed for the wrong reason: If the script given to --msg-filter fails, it is expected that git-filter-branch aborts. But the test forgot to tell the branch name to rewrite, and so git-filter-branch failed due to incorrect usage. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---