author | Johannes Sixt <johannes.sixt@telecom.at> | |
Tue, 27 Nov 2007 12:10:19 +0000 (13:10 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 30 Nov 2007 22:16:52 +0000 (14:16 -0800) | ||
commit | fdd7d48d6a09c593a68c983c450443c1e55705e6 | |
tree | 1c7b5ad953c19ec50ad90c25f4ea10b9f5fd6cee | tree | snapshot |
parent | 38762c47d6442dc0ce0f45533f9151877c485337 | commit | diff |
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 <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh | diff | blob | history |