From e37f39c134c3621f26fdcdbc22a6b2e4e00de2e5 Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Wed, 17 Jul 2013 17:25:28 -0400 Subject: t8001/t8002 (blame): modernize style In particular, - indent with tabs - cuddle test description and opening body quote with test_expect_foo - normalize test descriptions and case - remove whitepsace following redirection operator - use standardized filenames (such as "actual", "expected") Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- t/t8002-blame.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 't/t8002-blame.sh') diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh index e2896cffc1..5cdf3f178e 100755 --- a/t/t8002-blame.sh +++ b/t/t8002-blame.sh @@ -7,8 +7,16 @@ 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 "" 1 +test_expect_success 'blame --show-email' ' + check_count \ + "" 1 \ + "" 1 \ + "" 1 \ + "" 1 \ + "" 1 \ + "" 1 \ + "" 1 \ + "" 1 ' test_done -- cgit v1.2.3