p7000: add test for filter-branch with --prune-empty

Signed-off-by: Devin J. Pohly <djpohly@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Devin J. Pohly committed Feb 23, 2017 at 02:27 UTC 32da7467ebc099e6032590773827884b704980cf
1 file changed +5
t/perf/p7000-filter-branch.sh
+5
@@ -16,4 +16,9 @@ test_perf 'noop filter' '
16 git filter-branch -f base..HEAD
17 '
18
19 +test_perf 'noop prune-empty' '
20 + git checkout --detach tip &&
21 + git filter-branch -f --prune-empty base..HEAD
22 +'
23 +
24 test_done