#!/bin/sh test_description='git blame' . ./test-lib.sh PROG='git blame -c' . "$TEST_DIRECTORY"/annotate-tests.sh PROG='git blame -c -e' test_expect_success 'Blame --show-email works' ' check_count "" 1 "" 1 "" 1 "" 1 "" 1 "" 1 "" 1 ' test_done