test-lib: provide case insensitivity as a prerequisite
[git/dscho.git] / t / t8002-blame.sh
blobe2896cffc17c519d208c26f215e4605d85edb918
1 #!/bin/sh
3 test_description='git blame'
4 . ./test-lib.sh
6 PROG='git blame -c'
7 . "$TEST_DIRECTORY"/annotate-tests.sh
9 PROG='git blame -c -e'
10 test_expect_success 'Blame --show-email works' '
11 check_count "<A@test.git>" 1 "<B@test.git>" 1 "<B1@test.git>" 1 "<B2@test.git>" 1 "<author@example.com>" 1 "<C@test.git>" 1 "<D@test.git>" 1 "<E at test dot git>" 1
14 test_done